From 3deec1773f6867521c264aca1c4181dbfb17c2ae Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 6 Jan 2023 19:09:39 -0500 Subject: [PATCH] Fixed Github workflow --- .github/workflows/dotnet.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 60d9642..7282312 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: