Skip to content

Commit 76eea4d

Browse files
committed
Refactor dotnet.yml to include specific paths for push and pull_request events
1 parent 1a5f008 commit 76eea4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ name: .NET
66
on:
77
push:
88
branches: [ "main" ]
9+
paths:
10+
- 'src/Application/**'
911
pull_request:
1012
branches: [ "main" ]
13+
paths:
14+
- 'src/Application/**'
1115

1216
jobs:
1317
build:

0 commit comments

Comments
 (0)