diff --git a/.github/workflows/build-dotnet-desktop.yml b/.github/workflows/build-dotnet-desktop-pull-request.yml similarity index 98% rename from .github/workflows/build-dotnet-desktop.yml rename to .github/workflows/build-dotnet-desktop-pull-request.yml index 2eff5f9b9..932280552 100644 --- a/.github/workflows/build-dotnet-desktop.yml +++ b/.github/workflows/build-dotnet-desktop-pull-request.yml @@ -36,11 +36,9 @@ # For a complete CI/CD sample to get started with GitHub Action workflows for Desktop Applications, # refer to https://github.com/microsoft/github-actions-for-desktop-apps -name: .NET Core Desktop +name: .NET Core Desktop Pull Request on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ]