From 8758c98742e69c7636f59d0aee9f90ec5da98a76 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Tue, 1 Oct 2024 12:28:05 +0200 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.