From 0b8340979e16d4fb10849ac1a893f6557c597368 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 23 Sep 2019 17:14:03 +0200 Subject: [PATCH] [ci] Remove master condition (#44) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c4ac4a..04e9112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ stages: - test # Deploy stage on runs on a valid semver tag - name: deploy - if: branch = master AND tag =~ /^\d+\.\d+\.\d+.*$/ + if: tag =~ /^\d+\.\d+\.\d+.*$/ env: global: