From da2fda6d33197646332fbe84e365f06f10b026e5 Mon Sep 17 00:00:00 2001 From: lkhsss Date: Sun, 15 Jun 2025 00:11:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13d8eec..31d4b6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,11 @@ # 可选,将显示在 GitHub 存储库的“操作”选项卡中的工作流名称 name: Release CI -# 指定此工作流的触发器 on: push: - # 匹配特定标签 (refs/tags) tags: - - 'v*' # 推送事件匹配 v*, 例如 v1.0,v20.15.10 等来触发工作流 + - "v*" + workflow_dispatch: # 需要运行的作业组合 jobs: