diff --git a/scripts/ci_deploy.sh b/scripts/ci_deploy.sh index 380ae12d..36ac318c 100755 --- a/scripts/ci_deploy.sh +++ b/scripts/ci_deploy.sh @@ -32,7 +32,7 @@ else fi #master SHOULD BE REPLACED WITH THE LANGUAGE BRANCH -if [ "${BRANCH}" == "master" ]; then +if [ "${BRANCH}" == "Ukrainian" ]; then echo "Building in the language branch. We should deploy." else echo "Building in '${BRANCH}'. We should not deploy."