Skip to content

Commit 909d67d

Browse files
authored
Merge pull request #4804 from topcoder-platform/i-v5-develop-24Aug
ci: deploy on staging and dev
2 parents 11a9cec + 4ad00c5 commit 909d67d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ workflows:
230230
filters:
231231
branches:
232232
only:
233-
- i-v5-develop-24Aug
233+
- develop
234234
# This is alternate dev env for parallel testing
235235
- "build-test":
236236
context : org-global
@@ -251,14 +251,14 @@ workflows:
251251
filters:
252252
branches:
253253
only:
254-
- develop
254+
- hot-fix
255255
# This is stage env for production QA releases
256256
- "build-prod-staging":
257257
context : org-global
258258
filters:
259259
branches:
260260
only:
261-
- i-v5-develop-24Aug
261+
- develop
262262
# Production builds are exectuted
263263
# when PR is merged to the master
264264
# Don't change anything in this configuration

0 commit comments

Comments
 (0)