Skip to content

Commit de1e367

Browse files
committed
Fix push
1 parent de1e5ed commit de1e367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/push

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
. hooks/common
44

5-
if [ "${SOURCE_BRANCH}" == "main" ] || [ "${DEBUG}" == "true" ]; then
6-
if [ "${SOURCE_BRANCH}" != "main" ]; then
5+
if [ "${SOURCE_BRANCH}" == "master" ] || [ "${DEBUG}" == "true" ]; then
6+
if [ "${SOURCE_BRANCH}" != "master" ]; then
77
echo "⚠️⚠️⚠️ Would exit, but DEBUG is '${DEBUG}'".
88
fi
99

0 commit comments

Comments
 (0)