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 71786b5 commit f2a427dCopy full SHA for f2a427d
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: CI
2
3
on:
4
push:
5
- branches: [master, main]
+ branches: [main]
6
pull_request: {}
7
8
concurrency:
@@ -156,7 +156,7 @@ jobs:
156
publish:
157
name: Release
158
runs-on: ubuntu-latest
159
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
160
needs: [test]
161
steps:
162
- name: Dispatch Release
package.json
@@ -21,7 +21,7 @@
21
},
22
"release": {
23
"branches": [
24
- "master",
+ "main",
25
{
26
"name": "beta",
27
"prerelease": true
0 commit comments