ci: run dotnet workflow for develop

This commit is contained in:
Oliver Booth 2023-04-03 18:21:21 +01:00
parent a717976229
commit c2bb08a9f3
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 6 additions and 2 deletions

View File

@ -2,9 +2,13 @@ name: .NET
on:
push:
branches: [ main ]
branches:
- main
- develop
pull_request:
branches: [ main ]
branches:
- main
- develop
jobs:
build: