diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7dd0cfe..9ba9d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,7 @@ jobs: docs: name: Documentation runs-on: ubuntu-latest + if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4 - name: Set up Python