Skip to content

Commit

Permalink
Update CI settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed May 19, 2024
1 parent d34b750 commit de88ad6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/dotnet-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
workflow_dispatch:
pull_request:
branches:
- 'main'
- 'feature*'
- 'dev'
- "main"
- "feature*"
- "dev"
paths:
- '**.cs'
- '**.csproj'
- '**.sln'
- 'appsettings.json'
- "**.cs"
- "**.csproj"
- "**.sln"
- "appsettings.json"
schedule:
- cron: '55 0 * * 0'
- cron: "55 0 * * 0"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
include:
- { dotnet: "8.0.x", os: "ubuntu-latest" }
- { dotnet: "8.0.x", os: "windows" }
- { dotnet: "8.0.x", os: "windows-latest" }
runs-on: ${{ matrix.os }}
steps:
- name: Check out source
Expand Down

0 comments on commit de88ad6

Please sign in to comment.