diff --git a/.travis.yml b/.travis.yml index 5c8fbe07..1a03b57e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ script: branches: only: # speed up CI: don't build pull requests twice - "master" + - /^v\d+\.\d+\.\d+$/ after_success: - test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"