From 358d153564111f31bc32bd564b0d9c53ed17f910 Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Wed, 27 Jan 2021 23:50:10 +1100 Subject: [PATCH] Run MSBuild MSVC project CI for pull requests (#419) --- .github/workflows/MSBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MSBuild.yml b/.github/workflows/MSBuild.yml index 4a78bec..fa61d1a 100644 --- a/.github/workflows/MSBuild.yml +++ b/.github/workflows/MSBuild.yml @@ -1,6 +1,6 @@ -name: MSBuild +name: MSBuild MSVC Project File CI -on: [push] +on: [push, pull_request] env: # Path to the solution file relative to the root of the project. -- 2.43.0