From b32ce5dec8ad55242cd698757c6fc17c7290a87d Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Wed, 13 May 2026 17:26:18 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B7=BB=E5=8A=A0=20main=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=20push=20=E8=A7=A6=E5=8F=91=20CI=20=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index f78b56c..477fc71 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -3,6 +3,7 @@ name: 测试构建 on: push: branches: + - main - dev - dev-* - develop