From 621f86428ee1de1892f4567c51fcd7c0df602c07 Mon Sep 17 00:00:00 2001 From: Aleksei Zakharov Date: Sat, 13 Nov 2021 19:47:54 +0300 Subject: [PATCH] Update circleci config --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5771146..80b530f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,11 +47,11 @@ jobs: workflows: test-and-deploy: jobs: - - codespell + - codespell: filters: tags: only: /.*/ - - test + - test: filters: tags: only: /.*/