We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1e5ed commit de1e367Copy full SHA for de1e367
hooks/push
@@ -2,8 +2,8 @@
2
3
. hooks/common
4
5
-if [ "${SOURCE_BRANCH}" == "main" ] || [ "${DEBUG}" == "true" ]; then
6
- if [ "${SOURCE_BRANCH}" != "main" ]; then
+if [ "${SOURCE_BRANCH}" == "master" ] || [ "${DEBUG}" == "true" ]; then
+ if [ "${SOURCE_BRANCH}" != "master" ]; then
7
echo "⚠️⚠️⚠️ Would exit, but DEBUG is '${DEBUG}'".
8
fi
9
0 commit comments