Skip to content

Commit 641347d

Browse files
authored
Add release branches to CodeQL analysis (#263)
With this change the workflow will run for all the commits and PR against the release branches.
1 parent 4d655a8 commit 641347d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- release-*
68
pull_request:
79
# The branches below must be a subset of the branches above
8-
branches: [ main ]
10+
branches:
11+
- main
12+
- release-*
913
schedule:
1014
- cron: '39 13 * * 6'
1115

0 commit comments

Comments
 (0)