From 5a6c7f02bacf2641cbd5201d929b910e5daf71e3 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 4 Feb 2018 06:34:17 +0300 Subject: [PATCH] chore(ci): resolved problem with often builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f13b9c..60807f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,5 +22,5 @@ deploy: script: - npx travis-deploy-once "npx semantic-release@13" on: - tags: true branch: master + condition: $TRAVIS_COMMIT_MESSAGE = "release"