Skip to content

Commit b25203f

Browse files
authored
Update build.yml
1 parent 56ad5f1 commit b25203f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ on:
66
paths:
77
- '**/*.cs'
88
- '**/*.csproj'
9+
- '**/*.props'
910
pull_request:
1011
paths:
1112
- '**/*.cs'
1213
- '**/*.csproj'
14+
- '**/*.props'
15+
types:
16+
- opened
17+
- synchronize
18+
- reopened
19+
- edited
1320
workflow_dispatch:
1421
workflow_call:
1522

0 commit comments

Comments
 (0)