Skip to content

Commit 23b8451

Browse files
committed
Update
1 parent d03f15b commit 23b8451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-redirects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Check Redirects for Deleted or Renamed Files
33
on:
44
pull_request:
55
paths:
6-
- '**/*.rst'
7-
- '**/*.py'
8-
- '**/*.md'
6+
- '*/**/*.rst'
7+
- '*/**/*.py'
8+
- '*/**/*.md'
99

1010
jobs:
1111
check-redirects:

0 commit comments

Comments
 (0)