From d88296fd96c093eed685c8e0eb1a2ba52c2a15c5 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sat, 13 Dec 2025 13:24:36 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=9A=84=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将标签匹配模式从 'v*' 更改为 'v*.*' - 移除冗余的标签数组嵌套结构 - 优化工作流触发条件配置 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6fa98d..523877e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,7 @@ name: 构建多平台可执行程序 on: push: branches: [ main ] - tags: - - 'v*' # 当推送 v1.0.0 等标签时触发 + tags: [ 'v*.*.*' ] workflow_dispatch: jobs: