From 2141a5ca065925e1035da943a8aed86375cadd32 Mon Sep 17 00:00:00 2001 From: theojungle Date: Wed, 30 Aug 2023 14:13:26 +0200 Subject: [PATCH] ci: preprare for V5 stable version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6bb2599d4b..d9a3b0615e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -255,7 +255,7 @@ workflows: - docs_build: filters: tags: - only: /^v5.0.0-alpha.*/ + only: /.*/ requires: - build - docs_deploy_prod: @@ -267,7 +267,7 @@ workflows: branches: ignore: /.*/ tags: - only: /^v5.0.0-alpha.*/ + only: /^v5.*/ requires: - test - lint