Skip to content

Commit

Permalink
Update CircleCI config, to ignore legacy branches
Browse files Browse the repository at this point in the history
Preparing for merging with master, where tests should be run on all future branches and commits.
This will tell circle ci that the legacy and IVD branch should be ignored, since they have no CircleCI configuration nor tests.
  • Loading branch information
MFlor committed Mar 12, 2019
1 parent a6964c2 commit cc4b93e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ version: 2
jobs:
build:
branches:
ignore:
- legacy
- IVD
only:
- Version-4
docker:
Expand Down

0 comments on commit cc4b93e

Please sign in to comment.