Added PR trigger (#1448)

This commit is contained in:
Atul Malaviya
2022-02-20 13:48:18 +05:30
committed by GitHub
parent 8573ed9cf5
commit 300f303442
+5 -1
View File
@@ -1,6 +1,10 @@
name: MSBuild name: MSBuild
on: [push] on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
env: env:
# Path to the solution file relative to the root of the project. # Path to the solution file relative to the root of the project.