chore: update CI workflows to support manual triggers and rename Docker image workflow
This commit is contained in:
5
.github/workflows/windows-release.yml
vendored
5
.github/workflows/windows-release.yml
vendored
@@ -3,6 +3,11 @@ permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
name:
|
||||
description: 'reason'
|
||||
required: false
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user