From 40e85e3ea15a669b5addb72e60607f93a9b2eb53 Mon Sep 17 00:00:00 2001 From: Xujiayao Date: Tue, 13 Jun 2023 10:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95Actions=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fcb9b5e..f5c417ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ name: build -on: [ push ] +on: [ pull_request, push ] jobs: build: