Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit 2604a0b

Browse files
committed
ci: publish on beta branch too
1 parent aad1ae0 commit 2604a0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
stages:
2323
- test
2424
- name: release
25-
if: branch = latest AND type = push AND fork = false
25+
if: branch IN (latest, beta) AND type = push AND fork = false
2626
branches:
2727
only:
2828
- master
2929
- latest
30+
- beta
3031
- /^renovate\//

0 commit comments

Comments
 (0)