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 59d0665 commit 4654079Copy full SHA for 4654079
.github/workflows/build.yml
@@ -3,6 +3,7 @@ name: build
3
on:
4
push:
5
branches:
6
+ - main
7
- master
8
pull_request:
9
.github/workflows/codeql-analysis.yml
@@ -2,10 +2,10 @@ name: "CodeQL"
2
- branches: [ master ]
+ branches: [ main, master ]
# The branches below must be a subset of the branches above
schedule:
10
- cron: '11 0 * * 5'
11
0 commit comments