From 5e648b7eb7d70d792713f2507cdf20cdb7a46822 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> Date: Thu, 8 Mar 2018 16:28:57 +0100 Subject: [PATCH] TSK-372: deployment of bluemix now only on release builds --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8495ac98f..40dbf3b06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,5 @@ deploy: space: Taskana on: repo: Taskana/taskana + all_branches: true + condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$