diff --git a/travis/deploy.sh b/travis/deploy.sh index d7fbe8b87..39b579099 100644 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -3,7 +3,7 @@ set -e # For revert branches, do nothing -if [[ "$TRAVIS_BRANCH" == revert-* ]]; then +if [[ "$TRAVIS_BRANCH" == revert-* ]] || [[ "$TRAVIS_BRANCH" == dependabot/* ]]; then echo -e "\e[36m\e[1mBuild triggered for reversion branch \"${TRAVIS_BRANCH}\" - doing nothing." exit 0 fi