From ad2abc92006a046de70b56747c69d161462c1f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 30 Jan 2019 18:43:54 +0000 Subject: [PATCH] fix(deploy): correct docker deploy conditional --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff5748c48..fd3ad225a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,7 @@ jobs: tags: true - stage: Deploy docker image - if: repo = prymitive/karma AND branch = master AND (type = push OR tag = true) + if: repo = prymitive/karma AND ((type = push AND branch = master) OR tag = true) language: generic addons: apt: