Skip to content

Commit 75162e9

Browse files
committed
Run GitHub workflow 'test' for any path under doc/
1 parent f0a648d commit 75162e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
branches: [ master ]
55
paths:
6-
- 'doc/*'
6+
- 'doc/**'
77
pull_request:
88
branches: [ master ]
99
paths:
10-
- 'doc/*'
10+
- 'doc/**'
1111

1212
jobs:
1313
test:

0 commit comments

Comments
 (0)