diff options
author | pacien | 2020-05-02 03:31:48 +0200 |
---|---|---|
committer | pacien | 2020-05-02 03:31:48 +0200 |
commit | 0e0b5b0ae44da7c1d67983dedd8f8d8d3516236f (patch) | |
tree | a748fa1e639cb3b5e1f24a8150e89dbb28c980cb /.travis.yml | |
parent | e09dbedf8e416b78ec6f0378e1205b694eb1eb29 (diff) | |
download | ldgallery-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...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 | ||