From 56e72b11914a62abed4329be5cf5262e59f96bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <1213642868@qq.com> Date: Tue, 19 Apr 2022 19:31:22 +0800 Subject: [PATCH] =?UTF-8?q?ci=E6=94=AF=E6=8C=81pull=20request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/msvc-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msvc-ci.yml b/.github/workflows/msvc-ci.yml index 25f24e49..fcbfe10a 100644 --- a/.github/workflows/msvc-ci.yml +++ b/.github/workflows/msvc-ci.yml @@ -1,6 +1,6 @@ name: MSVC C/C++ CI -on: [push] +on: [push, pull_request] jobs: build: