From f952607ca5c0a600613b17c6cf76f135f2ce9491 Mon Sep 17 00:00:00 2001 From: log1997 <2694233102@qq.com> Date: Fri, 19 Dec 2025 16:44:31 +0800 Subject: [PATCH] =?UTF-8?q?build(release):=20=E4=BF=AE=E6=94=B9=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=B7=A5=E4=BD=9C=E6=B5=81=E8=A7=A6=E5=8F=91=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f12dfe..bf370da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,9 @@ name: Build and Release on: - pull_request: - branches: [main] + push: + tags: + - 'v*' jobs: build-and-release: