Skip to content

Commit

Permalink
chore(release): Skip semantic-release run on pull reqeusts
Browse files Browse the repository at this point in the history
This should speed up our CI slightly
  • Loading branch information
orangejulius committed Nov 3, 2018
1 parent d177d93 commit 61d279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit 61d279e

Please sign in to comment.