Skip to content

Commit

Permalink
Merge branch 'main' into overriden-installation-options
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment authored Jul 31, 2024
2 parents 02825f2 + 4948788 commit 2879b08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@ name: .NET Tests
on:
push:
branches: [ "main" ]
paths:
- '**.cs'
- '**.csproj'

pull_request:
branches: [ "main" ]
paths:
- '**.cs'
- '**.csproj'

workflow_dispatch:

jobs:
Expand Down

0 comments on commit 2879b08

Please sign in to comment.