From f4b2d4cd42bf8fe9ea181c7fbcc49d0a47c99601 Mon Sep 17 00:00:00 2001 From: xxnuo <54252779+xxnuo@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:30:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=20test=20=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acd362f..a357ba3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,10 +3,10 @@ name: Build and Publish Docker Image on: workflow_dispatch: push: - branches: [main] + branches: [test] tags: ["v*"] pull_request: - branches: [main] + branches: [test] permissions: contents: read