We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea019e commit 35d855eCopy full SHA for 35d855e
1 file changed
.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
7
8
on:
9
push:
10
- branches: [master]
+ branches: ["master", "main"] # Trigger on pushes to both master and main branches
11
pull_request:
12
# The branches below must be a subset of the branches above
13
+ branches: ["master", "main"]
14
schedule:
15
- cron: "0 8 * * 1" # Every Monday at 08:00 UTC
16
0 commit comments