ci(workflow): 添加手动触发发布工作流选项

允许通过 GitHub Actions 界面手动触发发布流程,增加部署灵活性
This commit is contained in:
2025-09-06 18:33:07 +08:00
parent 65cb5ad41f
commit 8745f2ee63

View File

@@ -3,6 +3,7 @@ name: Release
on:
release:
types: [published]
workflow_dispatch:
jobs:
build-release-notes: