ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 13:32:44 -05:00
parent 9db185f4d4
commit 7694f75881
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -9,7 +9,6 @@ if printf '%s' "$CMD" | grep -qE '\bgh\b.*\s(-R|--repo)\b'; then
exit 2
fi
if printf '%s' "$CMD" | grep -qE '\bgit\s+push\b'; then
BRANCH=$(git branch --show-current 2>/dev/null || true)
if [ "$BRANCH" = "main" ] || [ "$BRANCH" = "master" ]; then