chore(sync): cascade main -> dev (conflict-resolved) #124

Merged
jmiller merged 57 commits from chore/cascade-main-to-dev into dev 2026-07-09 23:23:17 +00:00
Showing only changes of commit 36d77f2a8a - Show all commits
+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