aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2020-05-02 03:31:48 +0200
committerpacien2020-05-02 03:31:48 +0200
commit0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (patch)
treea748fa1e639cb3b5e1f24a8150e89dbb28c980cb
parente09dbedf8e416b78ec6f0378e1205b694eb1eb29 (diff)
downloadldgallery-0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f.tar.gz
ci: enable windows job also if tag is present
because branch seems to be set to tag which disallows the current matching...
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fa3b42..826dd65 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ jobs:
59 #============================================================= 59 #=============================================================
60 60
61 - name: release-win64 61 - name: release-win64
62 if: branch IN (master, staging) 62 if: tag IS present OR branch IN (master, staging)
63 language: shell 63 language: shell
64 os: windows 64 os: windows
65 65