[github actions] Add .NET job for develop branch

This commit is contained in:
Oliver Booth 2022-05-19 10:54:43 +01:00
parent ab966da172
commit bfc013930a
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: