Skip to content

Commit e532cea

Browse files
authored
fix path trigger in directnet-nuget-publish.yaml
1 parent c5df6fc commit e532cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directnet-nuget-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
paths-include:
7+
paths:
88
- DirectNet.Net/**
99
paths-ignore:
1010
- .github/workflows/**

0 commit comments

Comments
 (0)