From a05dc0cf4e4fb3119dc7c5c2d55e210ddb743f04 Mon Sep 17 00:00:00 2001 From: Oliver Meyer Date: Tue, 16 Jun 2026 16:30:23 +0200 Subject: [PATCH] fix(ci): run CI workflow on version tags --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 214252d..f21a676 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -6,6 +6,8 @@ on: types: [opened, synchronize, reopened, closed] push: branches: ["main"] + tags: + - "v*" # Manual trigger for any branch workflow_dispatch: