From 079d8834369eb215d1b23d17076064500e88b7ab Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Mon, 3 Nov 2025 14:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E4=B8=BA=E6=89=8B=E5=8A=A8=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gitea.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index 50284be..c0b7485 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -1,9 +1,12 @@ name: Rust Cross-Compile and Release +# on: +# push: +# tags: +# - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流 + on: - push: - tags: - - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流 + workflow_dispatch: # 启用手动触发工作流 jobs: build_and_release: