Skip to content

Commit 07828b7

Browse files
committed
Fixed Github Pages setup
1 parent 56532a3 commit 07828b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run tests
2424
run: npm run test
2525
deploy:
26-
if: github.ref == 'refs/heads/master'
26+
if: github.ref == 'refs/heads/v1'
2727
runs-on: ubuntu-latest
2828
needs: [integration-tests]
2929
steps:

0 commit comments

Comments
 (0)