Browse Source

feat(release): Skip semantic-release run on pull reqeusts

This should speed up our CI slightly
pull/1227/head
Julian Simioni 6 years ago
parent
commit
cae3c9acbd
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .travis.yml

2
.travis.yml

@ -19,4 +19,4 @@ jobs:
- stage: release - stage: release
node_js: 10 node_js: 10
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash - script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
if: branch = master if: (branch = master) AND ( type = push )

Loading…
Cancel
Save