Skip to content

Commit b2ea93a

Browse files
authored
Merge pull request #5281 from Shopify/only-rebuild-docs-when-changed
Only rebuild docs when changed
2 parents 1a4ff9c + a372f3f commit b2ea93a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Build and Deploy GitHub Pages Site
33
on:
44
push:
55
branches: ["main"]
6+
paths:
7+
- packages/cli-kit/package.json
8+
- "docs/**"
9+
610
workflow_dispatch:
711

812
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages

0 commit comments

Comments
 (0)