We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8844084 commit dea1631Copy full SHA for dea1631
1 file changed
.github/workflows/main.yml
@@ -67,7 +67,7 @@ jobs:
67
deploy:
68
name: Deploy to GitHub Pages
69
needs: test
70
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
71
environment:
72
name: github-pages
73
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments