We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923fead commit ee8dde1Copy full SHA for ee8dde1
.circleci/config.yml
@@ -230,8 +230,7 @@ workflows:
230
filters:
231
branches:
232
only:
233
- - integration-v5-develop
234
- - hot-fix
+ - develop
235
# This is alternate dev env for parallel testing
236
- "build-test":
237
context : org-global
@@ -245,15 +244,14 @@ workflows:
245
244
246
247
248
- - develop
+ - hot-fix
249
# This is beta env for production soft releases
250
- "build-prod-beta":
251
252
253
254
255
256
257
# This is stage env for production QA releases
258
- "build-prod-staging":
259
0 commit comments