From 007ced51290aa3f8685acf8d72e5902322e2ac60 Mon Sep 17 00:00:00 2001 From: chenxuuu Date: Fri, 16 Oct 2020 11:35:07 +0800 Subject: [PATCH] =?UTF-8?q?pr=E4=B9=9F=E5=8A=A0=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75e6ee0..b87784a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,6 +4,9 @@ on: push: paths: - 'ProjectCDC/MasterTool/**' + pull_request: + paths: + - 'ProjectCDC/MasterTool/**' jobs: build: