diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b60c44..e3de797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,6 +130,7 @@ jobs: # This job downloads the single-platform packages built by the build job, and # pushes them as a multi-platform package. push: + if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-24.04 needs: - build