Skip to content

Commit 0d41834

Browse files
committed
Update workflow paths for consistent globbing
1 parent b733ad1 commit 0d41834

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/docs-ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
branches:
66
- main
77
paths:
8-
- docs/**
9-
- **.md
10-
- .github/workflows/docs-ci.yaml
8+
- "docs/**"
9+
- "**.md"
10+
- ".github/workflows/docs-ci.yaml"
1111

1212
pull_request:
1313
paths:
14-
- docs/**
15-
- **.md
16-
- .github/workflows/docs-ci.yaml
14+
- "docs/**"
15+
- "**.md"
16+
- ".github/workflows/docs-ci.yaml"
1717

1818
jobs:
1919
docs:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
files: |
3232
docs/**
33-
README.md
33+
**.md
3434
separator: ","
3535

3636
- name: lint

0 commit comments

Comments
 (0)