From 3360640c434879a19c873010ec2e8022288c38e7 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 30 Aug 2018 23:12:36 +0300 Subject: [PATCH] Only run semantic-release on production branch --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5ab053b3..3dd2c224 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ jobs: - stage: release node_js: 10 script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash - + if: branch = production