update workflow
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -6,8 +6,8 @@ on:
|
|||||||
# workflow_dispatch:
|
# workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
# 应当限制在 main 分支上触发发布。
|
# 应当限制在 main 分支上触发发布。
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
# 应当限制 v*.*.* 的 tag 触发发布。
|
# 应当限制 v*.*.* 的 tag 触发发布。
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user