From 40c890c56501ccdafbac56478c22b83a11331b19 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 24 Apr 2019 00:36:38 +1000 Subject: [PATCH] 400th attempt at not building untagged releases --- .circleci/config.yml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69741ca..ac5fd26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,12 +91,26 @@ jobs: workflows: version: 2 - build_and_test: + test-all: jobs: - - python3.6 - - python3.7 + - python3.6: + filters: + tags: + ignore: /.*/ + branches: + only: /.*/ + - python3.7: + filters: + tags: + ignore: /.*/ + branches: + only: /.*/ - deploy: requires: - python3.6 - python3.7 - + filters: + tags: + only: /.*/ + branches: + ignore: /.*/