Skip to content

Commit c5b00ad

Browse files
committed
ci: deploy only on dev and qa
1 parent 97051bf commit c5b00ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,23 +236,22 @@ workflows:
236236
context : org-global
237237
filters:
238238
branches:
239-
only:
240-
- develop
239+
only:
241240
- feature-contentful
242241
# This is alternate dev env for parallel testing
243242
- "build-qa":
244243
context : org-global
245244
filters:
246245
branches:
247246
only:
248-
- develop-on-qa-env
247+
- develop
249248
# This is beta env for production soft releases
250249
- "build-prod-beta":
251250
context : org-global
252251
filters:
253252
branches:
254253
only:
255-
- develop
254+
- hot-fix
256255
# This is stage env for production QA releases
257256
- "build-prod-staging":
258257
context : org-global

0 commit comments

Comments
 (0)