We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100e639 commit 6c8a031Copy full SHA for 6c8a031
.github/workflows/master-snapshot-release.yml
@@ -8,7 +8,7 @@ concurrency:
8
cancel-in-progress: true
9
on:
10
push:
11
- branches: [ master ]
+ branches: [ main ]
12
workflow_dispatch:
13
jobs:
14
test:
.github/workflows/pr.yml
pull_request:
- branches: [ master, v1 ]
+ branches: [ main, v1 ]
build:
0 commit comments