From 582d74a2fb5bc87e1567b482279a0817c3b87a91 Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Mon, 3 Nov 2025 15:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gitea.yml b/.github/workflows/gitea.yml index 2335aac..0e40393 100644 --- a/.github/workflows/gitea.yml +++ b/.github/workflows/gitea.yml @@ -1,12 +1,11 @@ name: Rust Cross-Compile and Release -# on: -# push: -# tags: -# - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流 - on: - workflow_dispatch: # 启用手动触发工作流 + workflow_dispatch: + push: + tags: + - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流 + jobs: build_and_release: