From dddb7f68b6382da6faf26c64b861c33ad9118877 Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Mon, 2 Apr 2018 15:07:02 +0700 Subject: [PATCH] Publish release on etomic branch only. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95c2e01d1..7075dbc5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,4 +43,7 @@ deploy: - deploy/marketmaket-mainnet-"$TRAVIS_OS_NAME"-"$TAG" - deploy/marketmaket-testnet-"$TRAVIS_OS_NAME"-"$TAG" on: - tags: false \ No newline at end of file + tags: false + branches: + only: + - etomic \ No newline at end of file