Skip to content

Commit c8b75f4

Browse files
authored
deploying nav on beta
1 parent 730c5fb commit c8b75f4

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.circleci/config.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -176,28 +176,21 @@ workflows:
176176
only:
177177
- develop
178178
- hot-fix
179-
- survey_tc
180-
- fix-groups-updates
181179
# This is alternate dev env for parallel testing
182180
- "build-test":
183181
context : org-global
184182
filters:
185183
branches:
186-
only:
187-
- hot-fix
188-
- feature-groups-api
189-
- feature-new-nav-master
184+
only:
185+
- hot-fix
190186
# This is beta env for production soft releases
191187
- "build-prod-beta":
192188
context : org-global
193189
filters:
194190
branches:
195191
only:
196192
- develop
197-
- survey_tc
198-
- feature-groups-api
199-
- mm-broker-api
200-
- fix-groups-updates
193+
- feature-new-nav-master
201194
# Production builds are exectuted only on tagged commits to the
202195
# master branch.
203196
- "build-prod":

0 commit comments

Comments
 (0)