We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c8765 commit 35f12d8Copy full SHA for 35f12d8
1 file changed
.github/workflows/docs.yml
@@ -43,7 +43,7 @@ jobs:
43
name: Upload docs to GitHub pages
44
runs-on: ubuntu-latest
45
needs: build-docs
46
- if: github.event_name == 'push' && github.ref_name == 'main'
+ if: contains(github.ref, 'tags')
47
steps:
48
- uses: actions/checkout@v3
49
- uses: actions/download-artifact@v3
0 commit comments