Skip to content

Commit

Permalink
Removing feature branch from deployable branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas Agarwal committed Oct 24, 2018
1 parent 6da8b5b commit 013abf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ workflows:
- "build-dev":
filters:
branches:
only: [dev, 'feature/multi-service-deployment']
only: [dev]
- "build-prod":
filters:
branches:
Expand Down

0 comments on commit 013abf1

Please sign in to comment.