Merge pull request #902 from prymitive/builds-from-master-fix

fix(ci): don't build docker image twice on merge
This commit is contained in:
Łukasz Mierzwa
2019-08-27 23:26:10 +01:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ jobs:
script: travis_retry make docker-image
- stage: Build and Deploy
if: repo = prymitive/karma AND type != pull_request
if: repo = prymitive/karma AND type != pull_request AND !(type = push AND branch = master)
<<: *DEFAULTS_GO
env:
- DESC="Cross compile binaries"