From 9e46ffc07596acf44684dcbe9575eb965e05e189 Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Thu, 12 Feb 2026 16:44:54 +0000 Subject: [PATCH] ci: trigger builds on version tags - Add tag trigger for v* tags to enable release builds - Fixes missing release attachments --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40dce66..560bba2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Build Executables on: push: branches: [ main ] + tags: + - 'v*' pull_request: branches: [ main ] workflow_dispatch: