Skip to content

Commit 4564920

Browse files
committed
chore: trigger previews on root manifest and version-script changes
Add package.json and scripts/updateVersion.ts to the workflow path filter so a change to the version-baking logic (or root build inputs) doesn't silently skip a preview publish.
1 parent e4dfc59 commit 4564920

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/preview-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ on:
2222
- main
2323
- changeset-release/main
2424
paths:
25+
- "package.json"
2526
- "packages/**"
2627
- "pnpm-lock.yaml"
2728
- "pnpm-workspace.yaml"
2829
- "turbo.json"
2930
- ".github/workflows/preview-packages.yml"
3031
- "scripts/stamp-preview-version.mjs"
32+
- "scripts/updateVersion.ts"
3133

3234
concurrency:
3335
group: preview-packages-${{ github.ref }}

0 commit comments

Comments
 (0)