Skip to content

Commit 0b21e9c

Browse files
author
Morten Henriksen
committed
fix: ci only release from master
1 parent 0bd6783 commit 0b21e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ stages:
2222

2323
script:
2424
- npm test
25-
- npm run semantic-release
25+
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run semantic-release; fi
2626

2727
branches:
2828
except:

0 commit comments

Comments
 (0)