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 682c469 commit d4154f5Copy full SHA for d4154f5
.github/workflows/ci.yaml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
push:
5
branches:
6
- - master
+ - main
7
- 'v*'
8
env:
9
node_version: "16.x"
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
16
- branches: [ master, v1 ]
+ branches: [ main, v1 ]
17
18
# The branches below must be a subset of the branches above
19
- branches: [ master ]
+ branches: [ main ]
20
schedule:
21
- cron: '19 19 * * 0'
22
.github/workflows/test.yml
@@ -2,7 +2,7 @@ name: Test
2
#jobs:
0 commit comments