1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-18 07:23:03 +08:00

ci(workflows): 修复 Release 工作流的触发条件

- 当创建 'release/v*' 分支时,自动进行 Release 构建

/! Release 流程必须手动创建分支,工作流结束后会将对应分支提交合并
/! 到 main 分支上,且对应分支会被删除
This commit is contained in:
2026-03-17 15:46:32 +08:00
parent 9accf5ddc1
commit 0a94c344d5
9 changed files with 713 additions and 46 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ name: Release
# and create a new release branch.
on:
create:
push:
branches:
- 'release/**'
- 'release/v*'
jobs:
#