diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b8ac3c..2fb070a 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' && github.repository == 'loiccoyle/phomo' && github.ref_name == 'main' steps: - uses: actions/checkout@v4 with: