diff --git a/hooks/push b/hooks/push index c1e3ccb..81dc7db 100755 --- a/hooks/push +++ b/hooks/push @@ -2,8 +2,8 @@ . hooks/common -if [ "${SOURCE_BRANCH}" == "main" ] || [ "${DEBUG}" == "true" ]; then - if [ "${SOURCE_BRANCH}" != "main" ]; then +if [ "${SOURCE_BRANCH}" == "master" ] || [ "${DEBUG}" == "true" ]; then + if [ "${SOURCE_BRANCH}" != "master" ]; then echo "⚠️⚠️⚠️ Would exit, but DEBUG is '${DEBUG}'". fi