ci: format
This commit is contained in:
parent
9db185f4d4
commit
7694f75881
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue