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: