diff --git a/scripts/travis/after_success.sh b/scripts/travis/after_success.sh index 8f794af477c..f21a6fc1772 100755 --- a/scripts/travis/after_success.sh +++ b/scripts/travis/after_success.sh @@ -6,6 +6,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0 fi -if [[ $TRAVIS_BRANCH == 'master' ]]; then - # npm run semantic-release +if [[ $TRAVIS_BRANCH == 'source' ]]; then + npm run deploy fi