diff --git a/.githooks/pre-push b/.githooks/pre-push index 9002cbe9..d7153084 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -8,6 +8,11 @@ # polecat/* - Polecat working branches (Refinery merges these) while read local_ref local_sha remote_ref remote_sha; do + # Skip tags - they're allowed for releases + if [[ "$remote_ref" == refs/tags/* ]]; then + continue + fi + branch="${remote_ref#refs/heads/}" case "$branch" in