Skip to content

Commit 194d2e9

Browse files
committed
fix: tigger on cs file in main branch
1 parent f7dd4bc commit 194d2e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: .NET
33
on:
44
push:
55
pull_request:
6-
branches: [ main ]
6+
branches:
7+
- main
78
paths:
8-
- '**.cs'
9-
- '**.csproj'
10-
- '**.sln'
9+
- '**/*.cs'
10+
- '**/*.csproj'
11+
- '**/*.sln'
1112

1213
jobs:
1314
build-and-test:

0 commit comments

Comments
 (0)