Skip to content

Commit ee8dde1

Browse files
committed
ci: deploy on beta
1 parent 923fead commit ee8dde1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- integration-v5-develop
234-
- hot-fix
233+
- develop
235234
# This is alternate dev env for parallel testing
236235
- "build-test":
237236
context : org-global
@@ -245,15 +244,14 @@ workflows:
245244
filters:
246245
branches:
247246
only:
248-
- develop
247+
- hot-fix
249248
# This is beta env for production soft releases
250249
- "build-prod-beta":
251250
context : org-global
252251
filters:
253252
branches:
254253
only:
255-
- integration-v5-develop
256-
- hot-fix
254+
- develop
257255
# This is stage env for production QA releases
258256
- "build-prod-staging":
259257
context : org-global

0 commit comments

Comments
 (0)