Skip to content

Commit 7f07112

Browse files
authored
Update CodeQL workflow to include master branch
1 parent 89c5aa1 commit 7f07112

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ name: "CodeQL Advanced"
1313

1414
on:
1515
push:
16-
branches: [ "rc" ]
16+
branches:
17+
- master
18+
- rc
1719
pull_request:
18-
branches: [ "rc" ]
20+
branches:
21+
- master
22+
- rc
1923
schedule:
2024
- cron: '38 14 * * 4'
2125

0 commit comments

Comments
 (0)