make botnet-test action run on PRs to main (not master)

This commit is contained in:
Cucumberrbob 2025-04-13 16:23:40 +01:00 committed by GitHub
parent b0061abdeb
commit ea4a25ed93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: dotnet test
on:
push:
pull_request:
branches: [ "master" ]
branches: [ "main" ]
jobs:
build: