Skip to content

Commit 9f60c50

Browse files
committed
fix(build): Don't bui;d when markdowns are updated
1 parent 671c001 commit 9f60c50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
# - 'Kepware.Api.Sample/**'
1818
# - 'KepwareSync.Service/**'
1919
# - '.github/workflows/nuget-test-and-build.yml'
20-
- '!*.md' # Exclude markdown files
20+
- '!**/*.md' # Exclude markdown files
2121

2222
jobs:
2323
draft-release:

0 commit comments

Comments
 (0)