From b7411c57e676e820e99ff40d943e9f57f9f5f2f5 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Sat, 4 Jan 2025 07:43:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20workflow=20=E5=85=B3=E9=97=AD=E7=9B=91?= =?UTF-8?q?=E5=90=AC=20main=20=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b019da6..c184b29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,8 +2,6 @@ name: Build Executables on: push: - branches: - - main tags: - 'v*' # 添加标签触发条件,匹配 v1.0.0 这样的标签