From 3ede9e9d37bee21ab00884030b0b65afc31d1edf Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Tue, 20 Aug 2024 16:15:36 +0200 Subject: [PATCH] fix: run text_package on tag too --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index df638fc..d8d887e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,6 +81,9 @@ workflows: - test_package: context: - nipreps-common + filters: + tags: + only: /.*/ - deploy_pypi: context: