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.