diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 2c99639..6a34da3 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -2,9 +2,9 @@ name: MSBuild on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] env: # Path to the solution file relative to the root of the project.