Skip to content

Commit 951e118

Browse files
committed
Enable release on beta branch
1 parent 318fa5f commit 951e118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ workflows:
8787
- build
8888
filters:
8989
branches:
90-
only: master
90+
only:
91+
- master
92+
- beta
9193
- deploy:
9294
requires:
9395
- build

0 commit comments

Comments
 (0)