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

Commit 8be0f7e

Browse files
Revert "ci: Deploy challenge-listing-part-2 to Prod env"
This reverts commit 48bd0b6.
1 parent 48bd0b6 commit 8be0f7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,12 @@ workflows:
7575
branches:
7676
only:
7777
- dev
78+
- challenge-listing-part-2
7879

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

0 commit comments

Comments
 (0)