From: Ross Bencina Date: Wed, 27 Jan 2021 12:50:10 +0000 (+1100) Subject: Run MSBuild MSVC project CI for pull requests (#419) X-Git-Tag: v19.7.0~32 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=358d153564111f31bc32bd564b0d9c53ed17f910;p=portaudio Run MSBuild MSVC project CI for pull requests (#419) --- 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.