diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 514f7d8..c5e3d05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,7 +275,7 @@ jobs: publish-docs: runs-on: ubuntu-latest name: Publish Docs - if: ${{ github.ref == 'master' }} + if: ${{ github.ref == 'refs/heads/master' }} needs: docs steps: - uses: actions/checkout@v2