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 45370ea commit 5e6ea33Copy full SHA for 5e6ea33
.github/workflows/test-and-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm test
25
26
release:
27
- if: github.event.base_ref == 'refs/heads/master'
+ if: github.event.base_ref == 'refs/heads/main'
28
runs-on: ubuntu-latest
29
needs: test
30
steps:
.github/workflows/vercel-deploy.yml
@@ -3,7 +3,7 @@ name: Deploy example on vercel
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
test:
0 commit comments