Skip to content

Commit 17d01ca

Browse files
sungjun-lee2claude
andcommitted
chore: add package.json to deploy-pages workflow trigger paths
InfoBox component reads version from parent package.json via Vite config, so deploy should trigger when version changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e36780c commit 17d01ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main ]
66
paths:
77
- 'web-preview/**'
8+
- 'package.json'
89
- '.github/workflows/deploy-pages.yml'
910
workflow_dispatch:
1011

0 commit comments

Comments
 (0)