diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8274cdf..339ee16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,13 +7,15 @@ env: on: push: paths: - - "**.cs" - - "**.csproj" + - "**/*.cs" + - "**/*.csproj" + - "**/*.props" - ".github/workflows/test.yml" pull_request: paths: - - "**.cs" - - "**.csproj" + - "**/*.cs" + - "**/*.csproj" + - "**/*.props" - ".github/workflows/test.yml" permissions: contents: read