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 6f70a48 commit 5a4ddceCopy full SHA for 5a4ddce
.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