From 6382be6b194a74b63df09a6db00340f6506fde0e Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Mon, 16 Jun 2025 17:54:25 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20GitHub=20Actions=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 - 移除对 master 分支的监听 - 取消注释并启用对 '*-release' 标签的监听 --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67ffd8a..8bfb5de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,9 @@ name: Wails build 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