From c92038be621519e12fec135fbe1e4151efd27154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Fri, 18 Oct 2024 09:39:53 +0800 Subject: [PATCH] =?UTF-8?q?Github=20Actions:=20`test-and-upload.yml`=20?= =?UTF-8?q?=E5=9C=A8PR=E6=8F=90=E4=BA=A4=E6=97=B6=E4=B9=9F=E4=BC=9A?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-and-upload.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-and-upload.yml b/.github/workflows/test-and-upload.yml index 214d44c..5cc7195 100644 --- a/.github/workflows/test-and-upload.yml +++ b/.github/workflows/test-and-upload.yml @@ -5,6 +5,9 @@ on: branches: - master - release + pull_request: + branches: + - master jobs: test-and-upload: