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 name: Release Windows Binaries & Installers
on: on:
release:
types: [published, created]
push: push:
tags: tags:
- '*'
- '**'
- 'v*' - 'v*'
workflow_dispatch: workflow_dispatch:
inputs: inputs: