From e328ef5a6495bd4c6bd341516f2f554a21eee5ba Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Sun, 18 Jan 2026 10:30:24 +0100 Subject: [PATCH] fix(ci): run build job on tags for Docker images Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bb1d7ef..a3b1325 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,6 +3,8 @@ name: schemas on: push: branches: [main] + tags: + - 'v*' pull_request: branches: [main] workflow_dispatch: -- 2.52.0