Skip to content

Commit b72ca28

Browse files
committed
ci: change-event-for-publish-snapshot
1 parent 105551a commit b72ca28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
# --- new reusable job used by the snapshot wrapper ---
160160
trusted-publish:
161-
if: ${{ github.event_name == 'workflow_call' }}
161+
if: ${{ github.event_name != 'push' }}
162162
name: Trusted Snapshot Publish
163163
permissions:
164164
contents: write # read+write repo (okay for artifacts/logs)

0 commit comments

Comments
 (0)