fix release run on tags (#3046)

This commit is contained in:
tooomm 2018-01-23 18:58:56 +01:00 committed by Zach H
parent 03d0a84ef5
commit 04ab3d7f13

View file

@ -14,14 +14,14 @@ matrix:
dist: trusty dist: trusty
group: stable group: stable
env: BUILDTYPE=Release env: BUILDTYPE=Release
if: branch = master AND NOT type = pull_request if: (branch = master AND NOT type = pull_request) OR tag IS present
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
env: BUILDTYPE=Debug env: BUILDTYPE=Debug
- os: osx - os: osx
osx_image: xcode8 osx_image: xcode8
env: BUILDTYPE=Release env: BUILDTYPE=Release
if: branch = master AND NOT type = pull_request if: (branch = master AND NOT type = pull_request) OR tag IS present
#install dependencies for container-based "linux" builds #install dependencies for container-based "linux" builds
addons: addons: