mirror of
https://github.com/tonytins/tomas.git
synced 2025-03-15 04:11:24 +00:00
Fixed Github workflow
This commit is contained in:
parent
7b47f7afd8
commit
3deec1773f
1 changed files with 5 additions and 3 deletions
8
.github/workflows/dotnet.yml
vendored
8
.github/workflows/dotnet.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue