From 9b3fb80c41ffd2e9708b5f092feea04134aa10a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 27 Aug 2019 23:25:04 +0100 Subject: [PATCH] fix(ci): don't build docker image twice on merge --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a39401df4..59b154fb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"