We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c06461c + 0e9987d commit a8ff80eCopy full SHA for a8ff80e
.github/workflows/ci-build.yml
@@ -2,7 +2,7 @@ name: CI
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
pull_request:
7
8
jobs:
.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
9
10
- branches: [master]
+ branches: [main]
11
12
# The branches below must be a subset of the branches above
13
14
schedule:
15
- cron: '0 3 * * 5'
16
0 commit comments