We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56532a3 commit 07828b7Copy full SHA for 07828b7
1 file changed
.github/workflows/website.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Run tests
24
run: npm run test
25
deploy:
26
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/v1'
27
runs-on: ubuntu-latest
28
needs: [integration-tests]
29
steps:
0 commit comments