ci: run dotnet on all branches

This commit is contained in:
Oliver Booth 2024-02-12 17:46:37 +00:00
parent 86ef244789
commit 6959778e09
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 6 additions and 2 deletions

View File

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