We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3838495 commit 7aada59Copy full SHA for 7aada59
1 file changed
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
path: site
36
retention-days: 7
37
- name: Deploy to pages
38
- if: ${{ github.ref_name == 'main' }}
+ if: ${{ github.ref_name == 'main' || github.event_name == 'release'}}
39
uses: JamesIves/github-pages-deploy-action@132898c54c57c7cc6b80eb3a89968de8fc283505 # 3.7.1
40
with:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments