We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v2
1 parent 34a1681 commit a4da970Copy full SHA for a4da970
.github/workflows/codeql.yml
@@ -2,9 +2,9 @@ name: "CodeQL action"
2
3
on:
4
push:
5
- branches: [main, v1]
+ branches: [main, v1, v2]
6
pull_request:
7
8
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
9
# by other workflows.
10
types: [opened, synchronize, reopened, ready_for_review]
0 commit comments