3Z4LPN - enable staging sync to devcpone

This commit is contained in:
sas.fajri
2026-06-24 14:15:41 +07:00
parent 79def3cd95
commit 42fd070365
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ repo_root=$(git rev-parse --show-toplevel)
cd "$repo_root"
branch=$(git symbolic-ref --quiet --short HEAD 2>/dev/null || true)
if [ "$branch" != "master" ]; then
if [ "$branch" != "master" ] && [ "$branch" != "staging" ]; then
exit 0
fi