From e238700333da39bf0148552b43b0f3cc6d459d45 Mon Sep 17 00:00:00 2001 From: ArvinLovegood Date: Mon, 16 Jun 2025 13:18:59 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E4=BC=98=E5=8C=96=20GitHub=20Actions=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=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 分支的 push 事件触发 - 保留标签触发条件 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bfb5de..145c990 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,8 @@ name: Wails build on: push: + branches: + - master tags: # Match any new tag - '*-release'