From 1585e0c74b84d3f2a5ae8cc2a5135e200f0d0d5a Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 30 Aug 2021 09:47:10 +0200 Subject: [PATCH] enh: relax python packaging tests (see nipreps/fmriprep#2472) --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78ce89e3..b8a71941 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -761,9 +761,9 @@ workflows: - test_deploy_pypi: filters: branches: - ignore: - - /docs\/.*/ - - /docker\/.*/ + only: + - /rel\/.*/ + - /maint\/.*/ tags: only: /.*/