From 2811786bfd73441fa37dd1ae3032cbc3b4d60256 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Mon, 16 Jun 2025 15:02:26 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B3=A8=E9=87=8A=E6=8E=89=20tag=20?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉了 GitHub Actions 工作流中的 tags配置 - 这将阻止任何新标签触发该工作流- 可能是为了控制工作流的触发条件,避免不必要的自动构建 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 145c990..67ffd8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,9 +4,9 @@ on: push: branches: - master - tags: - # Match any new tag - - '*-release' +# tags: +# # Match any new tag +# - '*-release' env: # Necessary for most environments as build failure can occur due to OOM issues