diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dedea2a..51dbdc8 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') }} + if: ${{ startsWith(github.ref, 'refs/tags/master') }} runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3