From 17e661fb966b4a5be8c741d67558a75263c6209b Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 13 Jan 2026 17:20:50 +0100 Subject: [PATCH] fix: change CI tag pattern to match all tags --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 29d1c4b..ca5d0cc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,7 +3,7 @@ name: auth0mock on: push: branches: [main] - tags: ['v*'] + tags: ['*'] pull_request: branches: [main] -- 2.52.0