Skip to content

Commit db48bbe

Browse files
committed
ci: added configuration for staging env
1 parent 768517f commit db48bbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ workflows:
221221
- notifications-analytics
222222
# This is beta env for production soft releases
223223
- "build-prod-staging":
224-
context : org-global
225-
filters:
226-
branches:
227-
only:
228-
- staging-env-setup
224+
context : org-global
225+
filters:
226+
branches:
227+
only:
228+
- staging-env-setup
229229
# Production builds are exectuted
230230
# when PR is merged to the master
231231
# Don't change anything in this configuration

0 commit comments

Comments
 (0)