Skip to content

Commit bbcff4a

Browse files
authored
Merge pull request #2432 from bugsnag/gingerbenw/run-code-ql
run codeql on pr's into integration branches
2 parents fc103ad + 04de466 commit bbcff4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
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", integration/* ]
2121
schedule:
2222
- cron: '23 13 * * 5'
2323

0 commit comments

Comments
 (0)