Skip to content

Commit 4ec7b03

Browse files
committed
ci: fixing file
1 parent 19d9265 commit 4ec7b03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ workflows:
237237
only:
238238
- develop
239239
- feature-contentful
240+
# This is alternate dev env for parallel testing
241+
- "build-qa":
242+
context : org-global
243+
filters:
244+
branches:
245+
only:
246+
- develop-on-qa-env
240247
# This is beta env for production soft releases
241248
- "build-prod-beta":
242249
context : org-global

0 commit comments

Comments
 (0)