3Z4LPN - enable staging sync to devcpone
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user