We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb6520 commit 781e156Copy full SHA for 781e156
.github/workflows/deploy.yml
@@ -32,6 +32,7 @@ jobs:
32
deploy:
33
runs-on: ubuntu-latest
34
needs: build
35
+ if: github.event_name == 'release' && github.event.action == 'published'
36
environment:
37
name: github-pages
38
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments