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

Commit 48bd0b6

Browse files
ci: Deploy challenge-listing-part-2 to Prod env
Just for testing purpose.
1 parent eb630fd commit 48bd0b6

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
@@ -75,12 +75,13 @@ workflows:
7575
branches:
7676
only:
7777
- dev
78-
- challenge-listing-part-2
7978

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

0 commit comments

Comments
 (0)