ci: trigger builds on version tags

- Add tag trigger for v* tags to enable release builds
- Fixes missing release attachments
This commit is contained in:
LemonNexus 2026-02-12 16:44:54 +00:00
parent 20ee10781d
commit 9e46ffc075
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Build Executables
on: on:
push: push:
branches: [ main ] branches: [ main ]
tags:
- 'v*'
pull_request: pull_request:
branches: [ main ] branches: [ main ]
workflow_dispatch: workflow_dispatch: