From 958d8623b5d70802e7ab0aa84bff6ce21c84e23b Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 13 Feb 2019 19:05:46 -0800 Subject: [PATCH] chore(release): Skip semantic-release run on pull requests This should speed up our CI slightly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5cff975..2d87924 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,4 @@ jobs: - stage: release node_js: 10 script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash - - if: branch = master + if: (branch = master) AND ( type = push )