File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -230,22 +230,21 @@ workflows:
230
230
filters :
231
231
branches :
232
232
only :
233
- - feature-contentful
233
+ - develop
234
234
# This is alternate dev env for parallel testing
235
235
- " build-test " :
236
236
context : org-global
237
237
filters :
238
238
branches :
239
239
only :
240
240
- feature-contentful
241
- - hot-fix
242
241
# This is alternate dev env for parallel testing
243
242
- " build-qa " :
244
243
context : org-global
245
244
filters :
246
245
branches :
247
246
only :
248
- - hot-fix
247
+ - community-app-tests-poc
249
248
# This is beta env for production soft releases
250
249
- " build-prod-beta " :
251
250
context : org-global
@@ -259,7 +258,6 @@ workflows:
259
258
filters :
260
259
branches :
261
260
only :
262
- - feature-contentful
263
261
- develop
264
262
# Production builds are exectuted
265
263
# when PR is merged to the master
You can’t perform that action at this time.
0 commit comments