diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index f7b8bc9f..ef4c456c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -54,6 +54,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} needs: build + if: success() && startsWith( github.ref, 'refs/tags/v') runs-on: ubuntu-latest name: Deploy steps: