Skip to content

Commit a4da970

Browse files
Run workflow also on v2 branch
1 parent 34a1681 commit a4da970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL action"
22

33
on:
44
push:
5-
branches: [main, v1]
5+
branches: [main, v1, v2]
66
pull_request:
7-
branches: [main, v1]
7+
branches: [main, v1, v2]
88
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
99
# by other workflows.
1010
types: [opened, synchronize, reopened, ready_for_review]

0 commit comments

Comments
 (0)