From 3d300dedd830c2c31b20306245825a14be27fb11 Mon Sep 17 00:00:00 2001 From: MC_XiaoHei Date: Thu, 25 Sep 2025 17:36:59 +0800 Subject: [PATCH] chore: ignore ci temp --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c4d4f26..7e4a76fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,9 @@ name: Leaves Test CI on: push: - branches-ignore: [ master ] + branches-ignore: + - master + - dev/1.21.9 pull_request: workflow_dispatch: