File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ workflows:
176
176
only :
177
177
- develop
178
178
- hot-fix
179
- - feature-contentful
180
179
- survey_tc
181
180
- fix-groups-updates
182
181
- sort_registrations_submissions
@@ -185,21 +184,16 @@ workflows:
185
184
context : org-global
186
185
filters :
187
186
branches :
188
- only :
189
- - develop
187
+ only :
188
+ - develop
189
+ - feature-contentful
190
190
# This is beta env for production soft releases
191
191
- " build-prod-beta " :
192
192
context : org-global
193
193
filters :
194
194
branches :
195
195
only :
196
196
- develop
197
- - feature-contentful
198
- - survey_tc
199
- - feature-groups-api
200
- - mm-broker-api
201
- - fix-groups-updates
202
- - sort_registrations_submissions
203
197
# Production builds are exectuted only on tagged commits to the
204
198
# master branch.
205
199
- " build-prod " :
You can’t perform that action at this time.
0 commit comments