修改自动构建
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,12 +1,11 @@
|
|||||||
# 可选,将显示在 GitHub 存储库的“操作”选项卡中的工作流名称
|
# 可选,将显示在 GitHub 存储库的“操作”选项卡中的工作流名称
|
||||||
name: Release CI
|
name: Release CI
|
||||||
|
|
||||||
# 指定此工作流的触发器
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# 匹配特定标签 (refs/tags)
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流
|
- "v*"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
# 需要运行的作业组合
|
# 需要运行的作业组合
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user