Skip to content

Commit ad7eb02

Browse files
authored
Merge pull request #425 from netwrix/dev
fixed glob pattern in doc-pr workflow path filter
2 parents 69e7bce + 9f21b3a commit ad7eb02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-doc-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- dev
88
paths:
9-
- 'docs/**.md'
9+
- 'docs/**/*.md'
1010
- '!docs/**/CLAUDE.md'
1111
- '!docs/**/SKILL.md'
1212

0 commit comments

Comments
 (0)