ci(windows): add release event and multi-pattern tag triggers to release-windows.yml

This commit is contained in:
2026-09-04 23:07:54 +02:00
parent a11b05f0a9
commit 149ba6dfec
+4
View File
@@ -1,8 +1,12 @@
name: Release Windows Binaries & Installers
on:
release:
types: [published, created]
push:
tags:
- '*'
- '**'
- 'v*'
workflow_dispatch:
inputs: