Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 4e3d8b1

Browse files
author
vikasrohit
authored
deployable feature branch
1 parent 13c5132 commit 4e3d8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ workflows:
6868
branches:
6969
only:
7070
- develop
71+
- feature/enrich
7172

7273
# Production builds are exectuted only on tagged commits to the
7374
# master branch.
7475
- "build-prod":
7576
context : org-global
7677
filters:
7778
branches:
78-
only: master
79+
only: master

0 commit comments

Comments
 (0)