diff --git a/scripts/vercel-branch-deploy-config.sh b/scripts/vercel-branch-deploy-config.sh index c9aa5dc2..8038554a 100644 --- a/scripts/vercel-branch-deploy-config.sh +++ b/scripts/vercel-branch-deploy-config.sh @@ -10,5 +10,5 @@ if [[ "$VERCEL_GIT_COMMIT_REF" == "l10n_master" ]] ; then else # Proceed with the build echo "✅ - Build can proceed" - exit 0; + exit 1; fi \ No newline at end of file