From 9285fc38c068e4bae57490fd0ecc2c692826d80f Mon Sep 17 00:00:00 2001 From: Timo Reymann Date: Thu, 22 Aug 2024 17:33:56 +0200 Subject: [PATCH] fix: Fix gh pages upload for releases --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61d73b9..32ff36e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,6 +38,6 @@ workflows: - upload-release-to-gh-pages: filters: tags: - only: /^test.*/ + only: /.*/ branches: ignore: /.*/