Skip to content

Commit ed48b5d

Browse files
committed
workflows: deploy docs when on a tag
1 parent a75802b commit ed48b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
deploy:
3333
needs: build
34-
if: github.ref == 'refs/heads/master'
34+
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
3535
permissions:
3636
pages: write
3737
id-token: write

0 commit comments

Comments
 (0)