Browse Source

Only run semantic-release on production branch

pull/1187/head
Julian Simioni 6 years ago
parent
commit
3360640c43
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 1
      .travis.yml

1
.travis.yml

@ -19,3 +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 = production

Loading…
Cancel
Save