Skip to content

Commit 435212a

Browse files
authored
ci: deploy on dev as well
1 parent d409b61 commit 435212a

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
@@ -231,15 +231,15 @@ workflows:
231231
branches:
232232
only:
233233
- hot-fix
234-
- integration-v5-develop
234+
- integration-v5-challenge-api
235235
- develop
236236
# This is alternate dev env for parallel testing
237237
- "build-test":
238238
context : org-global
239239
filters:
240240
branches:
241241
only:
242-
- integration-v5-challenge-api
242+
- hot-fix
243243
# This is alternate dev env for parallel testing
244244
- "build-qa":
245245
context : org-global

0 commit comments

Comments
 (0)