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

Commit

Permalink
ci(travis): allow semantic-release deployment on beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Mar 22, 2021
1 parent 7d2a516 commit 1a15415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
stages:
- test
- name: deploy
if: branch = deploy
if: branch = deploy OR branch = beta

language: node_js
cache:
Expand Down

0 comments on commit 1a15415

Please sign in to comment.