forked from bit/DotRecastNetSim
github workflows bugfix
This commit is contained in:
parent
10231da589
commit
542f2bf5d1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue