Skip to content

Commit

Permalink
Fixed Github Pages setup
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 22, 2024
1 parent 56532a3 commit 07828b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run tests
run: npm run test
deploy:
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/v1'
runs-on: ubuntu-latest
needs: [integration-tests]
steps:
Expand Down

0 comments on commit 07828b7

Please sign in to comment.