From 245f86f4d7e08883fc5982b476bc6068a7c2b0db Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sat, 10 Jan 2026 19:25:20 +0100 Subject: [PATCH] feat: run CI workflow on tags Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 405e682..eefcfb6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,6 +3,7 @@ name: default-request-adder on: push: branches: [main] + tags: ['*'] pull_request: branches: [main]