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: pull_request:
branches: [ main ] branches: [ main ]
paths: paths:
- '**.cs' - '**/*.cs'
- '**.csproj' - '**/*.csproj'
- '**.sln' - '**/*.sln'
jobs: jobs:
build-and-test: build-and-test: