Skip to content

Commit

Permalink
ci: fix run condition for mutation test (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarllot authored Jan 7, 2024
1 parent 3e7dc0e commit 095d607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mutation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Mutation Test
on:
push:
branches: [ "main" ]
paths: [ "src/**/packages.lock.json", "src/**/*.cs", "tests/**/packages.lock.json", "tests/**/*.cs" ]
paths: [ "src/**/packages.lock.json", "src/**/*.cs", "tests/**/packages.lock.json", "tests/**/*.cs", ".config/*.json" ]
pull_request:
branches: [ "main" ]
paths: [ "src/**/packages.lock.json", "src/**/*.cs", "tests/**/packages.lock.json", "tests/**/*.cs" ]
paths: [ "src/**/packages.lock.json", "src/**/*.cs", "tests/**/packages.lock.json", "tests/**/*.cs", ".config/*.json" ]

env:
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
Expand Down

0 comments on commit 095d607

Please sign in to comment.