Skip to content

Commit 5705145

Browse files
committed
chore(release): Skip semantic-release run on pull requests
This should speed up our CI slightly
1 parent 125d498 commit 5705145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- stage: release
1919
node_js: 10
2020
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
21-
if: branch = master
21+
if: (branch = master) AND ( type = push )

0 commit comments

Comments
 (0)