fix release run on tags (#3046)
This commit is contained in:
parent
03d0a84ef5
commit
04ab3d7f13
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@ matrix:
|
|||
dist: trusty
|
||||
group: stable
|
||||
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
|
||||
osx_image: xcode8
|
||||
env: BUILDTYPE=Debug
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
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
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue