Skip to content

Commit bb80fbb

Browse files
committed
chore: only deploy rc on master
1 parent 9237250 commit bb80fbb

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
@@ -61,6 +61,8 @@ jobs:
6161
script: npm run test:webworker -- -- -- --browsers FirefoxHeadless
6262

6363
- stage: release
64+
# only run on changes to master
65+
if: branch = master AND type = push AND fork = false
6466
name: release rc
6567
script:
6668
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc

0 commit comments

Comments
 (0)