From a413eef7f42293860cbdefdbaf8c6927b6cf79cc Mon Sep 17 00:00:00 2001 From: Chenx Dust Date: Tue, 25 Aug 2026 02:47:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ci=20=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4079da8..f59bfd9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: release: - types: [ created ] + types: [ published ] push: branches: [ master, dev ] tags-ignore: [ 'v*' ]