We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f1ae4 commit ba16126Copy full SHA for ba16126
.circleci/config.yml
@@ -175,25 +175,20 @@ workflows:
175
branches:
176
only:
177
- develop
178
- - hot-fixes-4
179
- - feature-contentful
180
# This is alternate dev env for parallel testing
181
- "build-test":
182
context : org-global
183
filters:
184
185
186
- - legacy-tco
187
- hot-fix
188
- - mm-leaderboard-misc-fixes
189
# This is beta env for production soft releases
190
- "build-prod-beta":
191
192
193
194
195
196
- - hot-fix
197
# Production builds are exectuted only on tagged commits to the
198
# master branch.
199
- "build-prod":
0 commit comments