We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97051bf commit c5b00adCopy full SHA for c5b00ad
.circleci/config.yml
@@ -236,23 +236,22 @@ workflows:
236
context : org-global
237
filters:
238
branches:
239
- only:
240
- - develop
+ only:
241
- feature-contentful
242
# This is alternate dev env for parallel testing
243
- "build-qa":
244
245
246
247
only:
248
- - develop-on-qa-env
+ - develop
249
# This is beta env for production soft releases
250
- "build-prod-beta":
251
252
253
254
255
+ - hot-fix
256
# This is stage env for production QA releases
257
- "build-prod-staging":
258
0 commit comments