From 25a8d6592a131988c52a6a3befc1dad69cc5f779 Mon Sep 17 00:00:00 2001 From: Otto Suess Date: Thu, 7 Nov 2019 09:43:26 +0100 Subject: [PATCH] dist: don't check branch for travis deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c1788e2a..fdb7f8e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ install: stages: - test - name: deploy - if: branch = master AND tag ~= ^v.* + if: tag ~= ^v.* jobs: include: - stage: test