From cc4b93e98ef1a14686d6828cdbf246f925f0cbc9 Mon Sep 17 00:00:00 2001 From: Magnus Flor Johansen Date: Tue, 12 Mar 2019 09:06:39 +0100 Subject: [PATCH] Update CircleCI config, to ignore legacy branches 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. --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 470982d..2abf4e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,9 @@ version: 2 jobs: build: branches: + ignore: + - legacy + - IVD only: - Version-4 docker: