We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730c5fb commit c8b75f4Copy full SHA for c8b75f4
.circleci/config.yml
@@ -176,28 +176,21 @@ workflows:
176
only:
177
- develop
178
- hot-fix
179
- - survey_tc
180
- - fix-groups-updates
181
# This is alternate dev env for parallel testing
182
- "build-test":
183
context : org-global
184
filters:
185
branches:
186
- only:
187
- - hot-fix
188
- - feature-groups-api
189
- - feature-new-nav-master
+ only:
+ - hot-fix
190
# This is beta env for production soft releases
191
- "build-prod-beta":
192
193
194
195
196
197
198
199
- - mm-broker-api
200
+ - feature-new-nav-master
201
# Production builds are exectuted only on tagged commits to the
202
# master branch.
203
- "build-prod":
0 commit comments