Skip to content

Commit 1cce4d4

Browse files
committed
ci: contentful on test
1 parent 24d23d4 commit 1cce4d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,22 +230,21 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- feature-contentful
233+
- develop
234234
# This is alternate dev env for parallel testing
235235
- "build-test":
236236
context : org-global
237237
filters:
238238
branches:
239239
only:
240240
- feature-contentful
241-
- hot-fix
242241
# This is alternate dev env for parallel testing
243242
- "build-qa":
244243
context : org-global
245244
filters:
246245
branches:
247246
only:
248-
- hot-fix
247+
- community-app-tests-poc
249248
# This is beta env for production soft releases
250249
- "build-prod-beta":
251250
context : org-global
@@ -259,7 +258,6 @@ workflows:
259258
filters:
260259
branches:
261260
only:
262-
- feature-contentful
263261
- develop
264262
# Production builds are exectuted
265263
# when PR is merged to the master

0 commit comments

Comments
 (0)