Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7bb1392

Browse files
ci: Deploy challenge-listing-part-2 to Prod env
Just for testing purpose.
1 parent 6f45d56 commit 7bb1392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ workflows:
7777
branches:
7878
only:
7979
- dev
80-
- challenge-listing-part-2
8180

8281
# Production builds are exectuted only on tagged commits to the
8382
# master branch.
8483
- "build-prod":
8584
context: org-global
8685
filters:
8786
branches:
88-
only: master
87+
only:
88+
- master
89+
- challenge-listing-part-2

0 commit comments

Comments
 (0)