diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index ce1a796..def27c9 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -1,10 +1,11 @@ name: MSBuild on: - push: - branches: [ "aboveS20", "belowS20" ] - pull_request: - branches: [ "aboveS20", "belowS20" ] + workflow_call: + inputs: + branch: + required: true + type: string env: # Path to the solution file relative to the root of the project.