Skip to content

Commit 6d055f4

Browse files
authored
Add master branch to CodeQL workflow triggers
1 parent 2a1f4d3 commit 6d055f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches:
16+
branches:
17+
- master
1718
- rc
1819
pull_request:
1920
branches:
21+
- master
2022
- rc
2123
schedule:
2224
- cron: '38 14 * * 4'

0 commit comments

Comments
 (0)