Skip to content

Commit ee4e37d

Browse files
committed
Enable CodeQL runs on release branches
1 parent ede8230 commit ee4e37d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, 'b[0-9].[0-9]+' ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ main ]
9-
schedule:
10-
- cron: '39 1 * * 6'
8+
branches: [ main, 'b[0-9].[0-9]+' ]
119

1210
jobs:
1311
analyze:

0 commit comments

Comments
 (0)