Skip to content

Commit 883551d

Browse files
authored
Merge pull request #4473 from Shopify/andychhuon/deploy-changesets-push-guard-2026-04
ci: gate Deploy changesets job to push events only (2026-04)
2 parents 47c1857 + 5b76902 commit 883551d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656

5757
changesets:
5858
name: Deploy
59+
if: ${{ github.event_name == 'push' }}
5960
runs-on: ubuntu-latest
6061
permissions:
6162
contents: read

0 commit comments

Comments
 (0)