@@ -3,7 +3,7 @@
set -euo pipefail
BRANCH=`git symbolic-ref --short HEAD`
-if [ $BRANCH == master ]; then
+if [[ $BRANCH == master || $BRANCH == main ]]; then
echo "not pushing $BRANCH"
exit 1
fi