From 6814e077dad29ccc80d4810fb2c1288c59240699 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 6 Nov 2018 09:20:01 -0500 Subject: [PATCH] Ignore branch --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1dae5276e..215030637 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,5 +128,7 @@ workflows: - test-firefox - test-python filters: + branches: + ignore: /.*/ tags: only: /^v\d+\.\d+\.\d+$/