We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5abe commit cff7876Copy full SHA for cff7876
vercel.json
@@ -1,6 +1,5 @@
1
{
2
"build": {
3
"ignoreCommand": "if [ \"$VERCEL_GIT_COMMIT_REF\" != \"main\" ] && [ \"$VERCEL_GIT_COMMIT_REF\" != \"staging\" ]; then echo 'Ignoring PR build'; exit 0; fi"
4
- },
5
- "branches": ["main", "staging"]
+ }
6
}
0 commit comments