From 0bd9653af2d7c04651c7cf9a33613a0865a95749 Mon Sep 17 00:00:00 2001 From: Attila Gombos Date: Fri, 21 Mar 2025 16:27:00 +0100 Subject: [PATCH] Fix release workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf3cd0f9..4dfef5c5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: branches: [ master ] + tags: v*.*.* pull_request: branches: [ master ]