Skip to content

Commit 75c3731

Browse files
ci: run codeql on PRs into main
1 parent df47e5a commit 75c3731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
branches: [ "next", integration/*, main ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [ "next" ]
20+
branches: [ "next", "main" ]
2121
schedule:
2222
- cron: '23 13 * * 5'
2323

0 commit comments

Comments
 (0)