From 36ccc2f25cce3d27bd908fcc67932141e0479cc9 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Fri, 1 May 2020 22:43:22 +0200 Subject: [PATCH] Adds tag for deploy artifacts --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6791ba6..9604f51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,8 @@ jobs: token: "$GITHUB_TOKEN" file: "target/plantuml-${TRAVIS_BRANCH}.war" cleanup: true + on: + tags: true - stage: docker-tag name: jetty-tag