mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-17 23:13:03 +08:00
ci(workflows): 修复 Release 工作流的触发条件
- 当创建 'release/v*' 分支时,自动进行 Release 构建 /! Release 流程必须手动创建分支,工作流结束后会将对应分支提交合并 /! 到 main 分支上,且对应分支会被删除
This commit is contained in:
@@ -40,9 +40,9 @@ name: Release
|
||||
# and create a new release branch.
|
||||
|
||||
on:
|
||||
create:
|
||||
push:
|
||||
branches:
|
||||
- 'release/**'
|
||||
- 'release/v*'
|
||||
|
||||
jobs:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user