From 20a99a45b5818c09722b0a2fc9c25867d508e255 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 16 Nov 2023 15:27:12 +1300 Subject: [PATCH] TestRuns --- .github/workflows/ubuntodotnet.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ubuntodotnet.yml b/.github/workflows/ubuntodotnet.yml index f6ba2f0..f1f6140 100644 --- a/.github/workflows/ubuntodotnet.yml +++ b/.github/workflows/ubuntodotnet.yml @@ -7,13 +7,10 @@ name: .NET on: push: - branches: - - main + branches: [ "TestRuns" ] pull_request_target: - branches: - - main - - + branches: [ "TestRuns" ] + jobs: build: