From 6b8ac5e939ede58703d9ce29563b1ba02413b3f9 Mon Sep 17 00:00:00 2001 From: scdhh <51957264+shoucandanghehe@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0pr=E8=A7=A6=E5=8F=91actions?= =?UTF-8?q?=20(#227)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af7c94db..1ac24e49 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,8 @@ name: Techmino CI on: push: branches: [ main, ci ] + pull_request: + branches: [ main, ci ] jobs: build-windows: @@ -268,4 +270,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Techmino_${{ env.Version }}_${{ GITHUB.RUN_NUMBER }}_${{ env.CommitID }}_macOS - path: Techmino.zip \ No newline at end of file + path: Techmino.zip