Skip to content

Commit 9c3a352

Browse files
authored
conf: skip release on pr (#348)
1 parent 82991cb commit 9c3a352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- yarn test
1111
- yarn lint
1212
- stage: Release
13+
if: type = push AND fork = false
1314
install: yarn install --frozen-lockfile
1415
script:
1516
- echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > ~/.npmrc

0 commit comments

Comments
 (0)