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

Commit 17ffae3

Browse files
Revert "ci: Deploy challenge-listing-part-2 to Prod env"
This reverts commit 7bb1392.
1 parent 7bb1392 commit 17ffae3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

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

8182
# Production builds are exectuted only on tagged commits to the
8283
# master branch.
8384
- "build-prod":
8485
context: org-global
8586
filters:
8687
branches:
87-
only:
88-
- master
89-
- challenge-listing-part-2
88+
only: master

0 commit comments

Comments
 (0)