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 )