docs(travis): build on all branches by default
If you want to have more prereleases than default so you have to enable deploy on all branches. ref.: https://docs.travis-ci.com/user/deployment#examples-of-conditional-deployment
This commit is contained in:
parent
8c0490d057
commit
31e78767d9
@ -92,4 +92,6 @@ jobs:
|
|||||||
# Use nvm to install and use the Node LTS version (nvm is installed on all Travis images)
|
# Use nvm to install and use the Node LTS version (nvm is installed on all Travis images)
|
||||||
- nvm install lts/*
|
- nvm install lts/*
|
||||||
- npx semantic-release
|
- npx semantic-release
|
||||||
|
on:
|
||||||
|
all_branches: true
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user