diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 744e4ca..01c4666 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -1,9 +1,6 @@ name: Build and Test .NET Projects -on: - push: - branches: - - master # Adjust the branch name as needed +on: [push, pull_request] jobs: build-and-test: