We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e629ede + 6d59396 commit 390cc37Copy full SHA for 390cc37
1 file changed
.github/workflows/ci.yml
@@ -126,6 +126,7 @@ jobs:
126
# This job downloads the single-platform packages built by the build job, and
127
# pushes them as a multi-platform package.
128
push:
129
+ if: ${{ github.event_name != 'pull_request' }}
130
runs-on: ubuntu-24.04
131
needs:
132
- build
0 commit comments