Skip to content

Commit ccf7213

Browse files
committed
main branch usage o codeql
1 parent 5725833 commit ccf7213

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
@@ -13,10 +13,14 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches:
17+
- master
18+
- main
1719
pull_request:
1820
# The branches below must be a subset of the branches above
19-
branches: [ master ]
21+
branches:
22+
- master
23+
- main
2024
schedule:
2125
- cron: '19 18 * * 4'
2226

0 commit comments

Comments
 (0)