diff --git a/script/translations_upload_base b/script/translations_upload_base index 9b1bac364a..98a12003d2 100755 --- a/script/translations_upload_base +++ b/script/translations_upload_base @@ -26,7 +26,7 @@ LANG_ISO=en CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD) -if [ "${CURRENT_BRANCH-}" != "master" ] && [ "${AZURE_BRANCH-}" != "master" ] ; then +if [ "${CURRENT_BRANCH-}" != "dev" ] && [ "${AZURE_BRANCH-}" != "dev" ] ; then echo "Please only run the translations upload script from a clean checkout of master." exit 1 fi