diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b8ac3c..c456d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,7 @@ jobs: readme: runs-on: ubuntu-latest needs: tests + if: github.event_name == 'push' steps: - uses: actions/checkout@v4 with: