From fa9fad23feb95d1394e17b593b605fd77ea28cb7 Mon Sep 17 00:00:00 2001 From: etienne-napoleone Date: Thu, 26 Jul 2018 18:45:54 +0700 Subject: [PATCH] Update .travis.yml Add missing check for same repo origin when deploying --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa565965ec..b66f68466e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,11 +88,11 @@ stages: - name: Lint - name: Build and test - name: Github release - if: type != pull_request AND branch = master AND tag = true + if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain - name: Build and push tomochain/tomochain image - if: type != pull_request AND branch = master + if: type != pull_request AND branch = master AND repo = tomochain/tomochain - name: Trigger rebuild of tomochain/infra-tomochain image - if: type != pull_request AND branch = master + if: type != pull_request AND branch = master AND repo = tomochain/tomochain notifications: slack: