Skip to content

Commit 39b32e3

Browse files
committed
fix the path-ignore instruction
1 parent 929905e commit 39b32e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: .NET
33
on:
44
push:
55
branches: [ main ]
6-
paths-exclude:
6+
paths-ignore:
77
- .github/workflows/directnet-nuget-publish.yaml
88
pull_request:
99
branches: [ main ]
10-
paths-exclude:
10+
paths-ignore:
1111
- .github/workflows/directnet-nuget-publish.yaml
1212

1313
jobs:

0 commit comments

Comments
 (0)