diff --git a/scripts/txpush.sh b/scripts/txpush.sh index 1fdfaed6d..dc6506a9c 100755 --- a/scripts/txpush.sh +++ b/scripts/txpush.sh @@ -9,7 +9,7 @@ echo "TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION" if [[ "$TRAVIS" != "true" ]]; then exit 0; fi if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi -if [[ "$TRAVIS_BRANCH" != "master" ]]; then exit 0; fi +if [[ "$TRAVIS_BRANCH" != "2.x" ]]; then exit 0; fi if [[ "$TRAVIS_NODE_VERSION" != "10" ]]; then exit 0; fi echo "Pushing source strings to Transifex..."