fix: workflow

This commit is contained in:
ikpil 2023-11-09 21:57:08 +09:00
parent 03f84b0c4b
commit cd62e7f328
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ name: .NET
on: on:
push: push:
branches: branches:
- main - 'main'
- 'pr/**'
paths: paths:
- '**.cs' - '**.cs'
- '**.csproj' - '**.csproj'