Skip to content

Commit 329abb9

Browse files
ci: limit vercel deploy to apps changes only
Remove packages/** and lockfile paths from trigger Only deploy when apps/mcp-cafe24-admin-example or workflow changes Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent e7fb6ae commit 329abb9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/deploy-vercel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- "apps/mcp-cafe24-admin-example/**"
8-
- "packages/**"
9-
- "bun.lock"
10-
- "package.json"
11-
- ".github/workflows/vercel.yml"
8+
- ".github/workflows/deploy-vercel.yml"
129

1310
concurrency:
1411
group: vercel-cafe24-admin-${{ github.ref }}

0 commit comments

Comments
 (0)