From 824f1d2a473b90008c56925d447c73c475b754cd 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:30:14 +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/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 0edf0fd9..b9b3080d 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -1,6 +1,6 @@ name: linux C/C++ CI -on: [push] +on: [push, pull_request] jobs: build: