Skip to content

Commit 215716b

Browse files
committed
fix: travis release only on master
1 parent c345df8 commit 215716b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
deploy:
1818
provider: script
1919
skip_cleanup: true
20+
on:
21+
branch: master
2022
script:
2123
- npm run release

0 commit comments

Comments
 (0)