diff --git a/.travis/affects.sh b/.travis/affects.sh index 0d6bf3882d..a667a56b00 100755 --- a/.travis/affects.sh +++ b/.travis/affects.sh @@ -3,6 +3,11 @@ # Check if files in the commit range match one or more prefixes # +# Always run the job if we are on a tagged release +if [[ -n "$TRAVIS_TAG" ]]; then + exit 0 +fi + ( set -x git diff --name-only "$TRAVIS_COMMIT_RANGE"