From d00c68e3293d8ae9c618c3a7a7f7df44f5e57dd9 Mon Sep 17 00:00:00 2001 From: Junyan Qin <1010553892@qq.com> Date: Wed, 27 Dec 2023 14:49:00 +0000 Subject: [PATCH] =?UTF-8?q?test:=20=E5=85=81=E8=AE=B8=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-pr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index f7c026d6..52141536 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -6,6 +6,8 @@ on: paths: # 任何py文件改动都会触发 - '**.py' + # 允许手动触发 + workflow_dispatch: jobs: perform-test: