Skip to content

Commit f945794

Browse files
committed
deploying on test
1 parent 109db58 commit f945794

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.circleci/config.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ workflows:
176176
only:
177177
- develop
178178
- hot-fix
179-
- feature-contentful
180179
- survey_tc
181180
- fix-groups-updates
182181
- sort_registrations_submissions
@@ -185,21 +184,16 @@ workflows:
185184
context : org-global
186185
filters:
187186
branches:
188-
only:
189-
- develop
187+
only:
188+
- develop
189+
- feature-contentful
190190
# This is beta env for production soft releases
191191
- "build-prod-beta":
192192
context : org-global
193193
filters:
194194
branches:
195195
only:
196196
- develop
197-
- feature-contentful
198-
- survey_tc
199-
- feature-groups-api
200-
- mm-broker-api
201-
- fix-groups-updates
202-
- sort_registrations_submissions
203197
# Production builds are exectuted only on tagged commits to the
204198
# master branch.
205199
- "build-prod":

0 commit comments

Comments
 (0)