.travis.yml: Only build the main and prod-beta branch
This avoids double builds on the npm-update PRs.
This commit is contained in:
parent
08a949957e
commit
fb862bfaa9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
language: node_js
|
||||
sudo: required
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
- prod-beta
|
||||
notifications:
|
||||
email: false
|
||||
node_js:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue