Skip to content

Commit

Permalink
ci: deploy develop branch on Dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
luizrrodrigues authored Jun 14, 2022
1 parent 474e96e commit f36f059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ workflows:
filters:
branches:
only:
- reskin
- develop
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand All @@ -363,7 +363,7 @@ workflows:
filters:
branches:
only:
- develop
- free
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
Expand Down

0 comments on commit f36f059

Please sign in to comment.