We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1713c01 + b72ca28 commit 781dca6Copy full SHA for 781dca6
1 file changed
.github/workflows/publish.yml
@@ -158,7 +158,7 @@ jobs:
158
159
# --- new reusable job used by the snapshot wrapper ---
160
trusted-publish:
161
- if: ${{ github.event_name == 'workflow_call' }}
+ if: ${{ github.event_name != 'push' }}
162
name: Trusted Snapshot Publish
163
permissions:
164
contents: write # read+write repo (okay for artifacts/logs)
0 commit comments