diff --git a/build-ignore-step.sh b/build-ignore-step.sh deleted file mode 100644 index 248ec7f..0000000 --- a/build-ignore-step.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF" - -if [[ "$VERCEL_GIT_COMMIT_REF" == "main" ]] ; then - echo "✅ - Build can proceed" - exit 1; - -else - echo "🛑 - Build cancelled" - exit 0; -fi