[ci skip] [github actions] Run dotnet job on develop branch

This commit is contained in:
Oliver Booth 2022-11-29 18:24:07 +00:00
parent 9f22d466af
commit ba0df75a25
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 2 additions and 2 deletions

View File

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