File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,7 @@ workflows:
230
230
filters :
231
231
branches :
232
232
only :
233
- - develop
234
- - feature-contentful
233
+ - hot-fix
235
234
# This is alternate dev env for parallel testing
236
235
- " build-test " :
237
236
context : org-global
@@ -245,21 +244,21 @@ workflows:
245
244
filters :
246
245
branches :
247
246
only :
248
- - develop
247
+ - hot-fix
249
248
# This is beta env for production soft releases
250
249
- " build-prod-beta " :
251
250
context : org-global
252
251
filters :
253
252
branches :
254
253
only :
255
- - integration-v5-challenge-api
254
+ - hot-fix
256
255
# This is stage env for production QA releases
257
256
- " build-prod-staging " :
258
257
context : org-global
259
258
filters :
260
259
branches :
261
260
only :
262
- - develop
261
+ - integration-v5-challenge-api
263
262
# Production builds are exectuted
264
263
# when PR is merged to the master
265
264
# Don't change anything in this configuration
You can’t perform that action at this time.
0 commit comments