Skip to content

Commit 78d808f

Browse files
ci: deploy develop to Stag env
1 parent 5465de2 commit 78d808f

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
@@ -349,7 +349,7 @@ workflows:
349349
filters:
350350
branches:
351351
only:
352-
- develop
352+
- free
353353
# This is alternate dev env for parallel testing
354354
- "build-test":
355355
context : org-global
@@ -377,8 +377,7 @@ workflows:
377377
filters: &filters-staging
378378
branches:
379379
only:
380-
- fix-security-headers
381-
- tco23-BS-comps
380+
- develop
382381
# Production builds are exectuted
383382
# when PR is merged to the master
384383
# Don't change anything in this configuration

0 commit comments

Comments
 (0)