make botnet-test action run on PRs to main (not master)
This commit is contained in:
parent
b0061abdeb
commit
ea4a25ed93
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet-test.yml
vendored
2
.github/workflows/dotnet-test.yml
vendored
|
|
@ -3,7 +3,7 @@ name: dotnet test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue