1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-11-09 23:25:42 +00:00

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

View File

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