From eecb86722776cabe70e1c160b00f93b442f040c3 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Fri, 14 Feb 2020 16:00:04 +0100 Subject: [PATCH] travis: changed condition for release stage (because it did not start) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 89a008a5..e54f20d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ stages: - name: snapshot if: branch = master AND type IN (push) AND tag IS blank - name: release - if: branch = master AND type IN (push) AND tag IS present + if: branch = master AND tag IS present jobs: include: