Skip to content

Commit cf184bb

Browse files
bloveclaude
andauthored
ci(minting-service): only deploy from main branch (#156)
Vercel's git integration was triggering preview deployments on every PR push, surfacing as a failing required-style check on unrelated PRs. Whitelist main as the only branch that triggers a Vercel deployment for the cacheplane-minting-service project. PRs that don't touch this app no longer spin up doomed preview builds. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 697d0f3 commit cf184bb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

apps/minting-service/vercel.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"installCommand": "cd ../.. && npm ci",
33
"buildCommand": "cd ../.. && npx nx build minting-service",
4-
"framework": null
4+
"framework": null,
5+
"git": {
6+
"deploymentEnabled": {
7+
"main": true
8+
}
9+
}
510
}

0 commit comments

Comments
 (0)