From c771425b4d2f09f7b450f97de316e4a4eeff5473 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 10 Jan 2025 20:20:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08e4540..af30e1a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,8 @@ name: Build Executables on: push: + branches: + - main tags: - 'v*' # 添加标签触发条件,匹配 v1.0.0 这样的标签