Run MSBuild MSVC project CI for pull requests (#419)
This commit is contained in:
parent
fa525d6199
commit
358d153564
1 changed files with 2 additions and 2 deletions
4
.github/workflows/MSBuild.yml
vendored
4
.github/workflows/MSBuild.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue