mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 19:28:48 +00:00
ci: run dotnet workflow for develop
This commit is contained in:
parent
a717976229
commit
c2bb08a9f3
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
@ -2,9 +2,13 @@ name: .NET
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user