diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51dbdc8..7c1ed81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: name: Deploy docs to GitHub Pages needs: - build-doc - if: ${{ startsWith(github.ref, 'refs/tags/master') }} + if: ${{ startsWith(github.ref, 'refs/tags') }} | ${{ github.ref == 'refs/heads/master' }} runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3