From 45c151482b32dbcd630fa4fb67dc9e7b117a4752 Mon Sep 17 00:00:00 2001 From: A13501350 <18516149786@163.com> Date: Fri, 19 Sep 2025 04:04:24 +0800 Subject: [PATCH] ........ --- .github/workflows/test-ci-windows.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ci-windows.yml b/.github/workflows/test-ci-windows.yml index 40d7819d..31bc08f5 100644 --- a/.github/workflows/test-ci-windows.yml +++ b/.github/workflows/test-ci-windows.yml @@ -1,7 +1,13 @@ name: File Generation and Reading Test on: - workflow_dispatch: # 允许手动触发 + push: + branches: + - v2/test-ci-windows + pull_request: + branches: + - v2/test-ci-windows + jobs: file-test: