Skip to content

Commit 12f2125

Browse files
ci: remove develop from QA and Test envs
1 parent 9f13236 commit 12f2125

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,14 +238,14 @@ workflows:
238238
filters:
239239
branches:
240240
only:
241-
- develop
241+
- apollo-site
242242
# This is alternate dev env for parallel testing
243243
- "build-qa":
244244
context : org-global
245245
filters:
246246
branches:
247247
only:
248-
- develop
248+
- issue-5041
249249
# This is beta env for production soft releases
250250
- "build-prod-beta":
251251
context : org-global

0 commit comments

Comments
 (0)