Skip to content

Commit 9f714bc

Browse files
committed
Qualify with paths
1 parent 70ac293 commit 9f714bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: test
22
on:
33
push:
44
branches: [ master ]
5+
paths:
6+
- 'doc/*'
57
pull_request:
68
branches: [ master ]
7-
8-
workflow_dispatch:
9+
paths:
10+
- 'doc/*'
911

1012
jobs:
1113
test:

0 commit comments

Comments
 (0)