zy
Committed by GitHub

feat: 为 release workflow 添加手动触发支持 (#15)

添加 workflow_dispatch 触发器,支持在 GitHub Actions 页面手动触发发版。

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 name: Release 1 name: Release
2 2
3 on: 3 on:
  4 + workflow_dispatch:
4 push: 5 push:
5 branches: [main] 6 branches: [main]
6 paths-ignore: 7 paths-ignore: