From 72612c4709f802b06845d32c35294c76072f8c05 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Mon, 30 Sep 2024 14:08:17 +0200 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6a34da3..c9411eb 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -2,9 +2,9 @@ name: MSBuild on: push: - branches: [ "master" ] + branches: [ "aboveS20", "belowS20" ] pull_request: - branches: [ "master" ] + branches: [ "aboveS20", "belowS20" ] env: # Path to the solution file relative to the root of the project.