diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c79dc9c..01b1d0af 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master, dotnet-main ] + branches: [ master ] pull_request: # TODO cleanup these branches: [ master, dotnet-main, feature-981 ]