diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57efd18..d1693cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,6 +126,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