Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 3012b5d

Browse files
authored
ci: only run a release when change is not a PR [ci skip]
1 parent 0a9df86 commit 3012b5d

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
@@ -23,4 +23,4 @@ jobs:
2323
install: npm install -g codecov
2424
script:
2525
- codecov
26-
- npm run semantic-release
26+
- [ "${TRAVIS_PULL_REQUEST}" = "false" ] && npm run semantic-release'

0 commit comments

Comments
 (0)