Skip to content

Commit 3ce4605

Browse files
committed
run 'codeql' for new dev and main branches
1 parent dc47bbc commit 3ce4605

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ name: 'CodeQL'
22

33
on:
44
push:
5-
branches: [dev, main]
5+
branches:
6+
- main
7+
- dev
8+
- 'v*/dev'
9+
- 'v*/main'
610
pull_request:
711
# The branches below must be a subset of the branches above
8-
branches: [dev]
12+
branches:
13+
- dev
14+
- 'v*/dev'
915
schedule:
1016
- cron: '39 20 * * 3'
1117

0 commit comments

Comments
 (0)