Fixed Github workflow

This commit is contained in:
Tony Bark 2023-01-06 19:09:39 -05:00
parent 7b47f7afd8
commit 3deec1773f

View file

@ -4,16 +4,18 @@ on:
schedule:
- cron: "0 0 * * 0"
push:
branches: [master, main, develop, "feature/**"]
branches: [main, develop, "feature/**"]
pull_request:
branches: [master, main, develop, "feature/**"]
branches: [main, develop, "feature/**"]
jobs:
build:
timeout-minutes: 15
continue-on-error: true
runs-on: ${{ matrix.os }}
strategy:
matrix:
dotnet: ["3.1.x", "5.0.x"]
dotnet: ["6.0.x"]
os: [windows-latest, ubuntu-latest, macOS-latest]
steps: