From 0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f Mon Sep 17 00:00:00 2001 From: pacien Date: Sat, 2 May 2020 03:31:48 +0200 Subject: ci: enable windows job also if tag is present because branch seems to be set to tag which disallows the current matching... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3fa3b42..826dd65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ jobs: #============================================================= - name: release-win64 - if: branch IN (master, staging) + if: tag IS present OR branch IN (master, staging) language: shell os: windows -- cgit v1.2.3