From 8510e2477c044adb797cb5c3ac0d3cd5bf99c6a1 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Mon, 23 Sep 2019 23:06:40 +0300 Subject: [PATCH] dev: trigger CI build on tag push --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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"