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 747e8f6 commit 85a9f5bCopy full SHA for 85a9f5b
.circleci/config.yml
@@ -230,8 +230,7 @@ workflows:
230
filters:
231
branches:
232
only:
233
- - develop
234
- - feature-contentful
+ - hot-fix
235
# This is alternate dev env for parallel testing
236
- "build-test":
237
context : org-global
@@ -252,15 +251,14 @@ workflows:
252
251
253
254
255
256
257
# This is stage env for production QA releases
258
- "build-prod-staging":
259
260
261
262
263
264
# Production builds are exectuted
265
# when PR is merged to the master
266
# Don't change anything in this configuration
0 commit comments