Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 1a15415

Browse files
committed
ci(travis): allow semantic-release deployment on beta branch
1 parent 7d2a516 commit 1a15415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
stages:
22
- test
33
- name: deploy
4-
if: branch = deploy
4+
if: branch = deploy OR branch = beta
55

66
language: node_js
77
cache:

0 commit comments

Comments
 (0)