diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 86b0458..97c1341 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,7 +61,7 @@ jobs: deploy: name: deploy docs - if: ${{ github.ref == 'refs/heads/stable/0.4' }} + if: ${{ startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/stable/0.4' }} needs: build permissions: pages: write