From 3d82ea0745d0a2eb7ce874b3918e5d0d7c35dbcd Mon Sep 17 00:00:00 2001 From: freedom Date: Wed, 19 Jul 2023 01:13:52 -0600 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 9755d49..dbc5853 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -7,10 +7,10 @@ name: MSBuild on: workflow_dispatch: -# push: -# branches: [ "master" ] -# pull_request: -# branches: [ "master" ] + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] env: # Path to the solution file relative to the root of the project.