We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75802b commit ed48b5dCopy full SHA for ed48b5d
1 file changed
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
32
deploy:
33
needs: build
34
- if: github.ref == 'refs/heads/master'
+ if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
35
permissions:
36
pages: write
37
id-token: write
0 commit comments