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 5d15e05 commit f3f3e4cCopy full SHA for f3f3e4c
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
deploy:
33
runs-on: ubuntu-latest
34
needs: test
35
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
36
environment:
37
name: github-pages
38
url: ${{ steps.deployment.outputs.page_url }}
@@ -46,6 +47,5 @@ jobs:
46
47
with:
48
path: coverage
49
- name: Deploy to GitHub Pages
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
50
id: deployment
51
uses: actions/deploy-pages@v4
0 commit comments