From 9accf5ddc18009790e73182883840147c5b52a2c Mon Sep 17 00:00:00 2001 From: KenanZhu <3471685733@qq.com> Date: Mon, 16 Mar 2026 21:20:54 +0800 Subject: [PATCH] =?UTF-8?q?ci(workflows):=20=E6=B7=BB=E5=8A=A0=20push=20?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index dae9914..31da669 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -4,6 +4,10 @@ name: Build Test # It is triggered when a pull request is opened, synchronized, or reopened against the main branch. on: + push: + branches: + - main + pull_request: branches: - main