Skip to content

Commit 0224295

Browse files
committed
ci: only on dev
1 parent a680471 commit 0224295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ workflows:
238238
filters:
239239
branches:
240240
only:
241-
- feature-contentful
241+
- integration-v5-challenge-api
242242
# This is alternate dev env for parallel testing
243243
- "build-qa":
244244
context : org-global
@@ -259,7 +259,7 @@ workflows:
259259
filters:
260260
branches:
261261
only:
262-
- feature-contentful
262+
- develop
263263
# Production builds are exectuted
264264
# when PR is merged to the master
265265
# Don't change anything in this configuration

0 commit comments

Comments
 (0)