From ea4a25ed93f06a3dcd41d7ebeca2226fdf7f0519 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Sun, 13 Apr 2025 16:23:40 +0100 Subject: [PATCH] make `botnet-test` action run on PRs to main (not master) --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 5d104d3..78b25ca 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -3,7 +3,7 @@ name: dotnet test on: push: pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build: