Skip to content

Commit f238222

Browse files
authored
chore: add release branches to CodeQL Advanced Scanning workflow (#3325)
1 parent a728ebc commit f238222

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/periodic-codeql.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ name: CodeQL Advanced Scanning
1212
#
1313
on:
1414
push:
15-
branches: [ "main" ]
15+
branches:
16+
- "main"
17+
- "release-*"
1618
pull_request:
17-
branches: [ "main" ]
19+
branches:
20+
- "main"
21+
- "release-*"
1822
schedule:
1923
- cron: '35 7 * * 1'
2024

0 commit comments

Comments
 (0)