We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11a9cec + 4ad00c5 commit 909d67dCopy full SHA for 909d67d
.circleci/config.yml
@@ -230,7 +230,7 @@ workflows:
230
filters:
231
branches:
232
only:
233
- - i-v5-develop-24Aug
+ - develop
234
# This is alternate dev env for parallel testing
235
- "build-test":
236
context : org-global
@@ -251,14 +251,14 @@ workflows:
251
252
253
254
- - develop
+ - hot-fix
255
# This is stage env for production QA releases
256
- "build-prod-staging":
257
258
259
260
261
262
# Production builds are exectuted
263
# when PR is merged to the master
264
# Don't change anything in this configuration
0 commit comments