Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a6de05

Browse files
authored
Fix path pattern for markdown files in workflow
1 parent e53557f commit 6a6de05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/includes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- 'main'
77
paths:
8-
- '**.md'
8+
- '**.md'
99
- '!changelog.md'
1010
- 'osmfeula.txt'
1111

0 commit comments

Comments
 (0)