diff --git a/scripts/should_deploy.sh b/scripts/should_deploy.sh index 65eb693f17..6259f9e109 100755 --- a/scripts/should_deploy.sh +++ b/scripts/should_deploy.sh @@ -58,10 +58,6 @@ else fi log "Deploy branch: $deploy_branch" -# TODO: remove this temporary override -log "OVERRIDE: forcing main as deploy branch" -deploy_branch=main - # Finally, check if the current branch is the deploy branch. log if [[ "$branch_name" != "$deploy_branch" ]]; then