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

Commit 84df045

Browse files
author
Sachin Maheshwari
committed
adding prod deployment support
1 parent 3d1dd94 commit 84df045

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,9 @@ workflows:
138138
only: [dev, test]
139139

140140
# Production build is executed on "master" branch only.
141+
- "build-prod":
142+
context : org-global
143+
filters:
144+
branches:
145+
only: [master]
141146

0 commit comments

Comments
 (0)