chore: sync cleanup.yml from Template-Generic [skip ci]

This commit is contained in:
2026-07-05 00:04:07 +00:00
parent a8baf355c4
commit 7a06bcf403
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
for BRANCH in $BRANCHES; do
# Skip protected branches
case "$BRANCH" in
main|master|develop|release/*|hotfix/*) continue ;;
main|master|dev|develop|rc|beta|alpha|release|release/*|production|stable|staging|hotfix/*|version/*) continue ;;
esac
# Check if branch is merged into main