ci(windows): add release event and multi-pattern tag triggers to release-windows.yml
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
name: Release Windows Binaries & Installers
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published, created]
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- '**'
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user