mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
9 lines
219 B
Plaintext
Executable File
9 lines
219 B
Plaintext
Executable File
BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
|
|
|
|
RESTRICTED_BRANCHES="^(main)$"
|
|
|
|
# if echo "$BRANCH_NAME" | grep -Eq "$RESTRICTED_BRANCHES"; then
|
|
# echo "Cannot push directly to branch: '${BRANCH_NAME}'"
|
|
# exit 1
|
|
# fi
|