github workflows bugfix

This commit is contained in:
ikpil 2023-10-10 23:12:59 +09:00
parent 10231da589
commit 542f2bf5d1
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ on:
pull_request:
branches: [ main ]
paths:
- '**.cs'
- '**.csproj'
- '**.sln'
- '**/*.cs'
- '**/*.csproj'
- '**/*.sln'
jobs:
build-and-test: