travis: changed condition for release stage again (because it did not start)

This commit is contained in:
Karl Tauber
2020-02-14 16:04:53 +01:00
parent eecb867227
commit 9f7ffe8d77

View File

@@ -24,7 +24,7 @@ stages:
- name: snapshot
if: branch = master AND type IN (push) AND tag IS blank
- name: release
if: branch = master AND tag IS present
if: type IN (push) AND tag IS present
jobs:
include: