Skip to content

Commit f88c699

Browse files
authored
Add workflow file to event trigger paths
1 parent 0b90c32 commit f88c699

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
paths:
55
- 'doc/'
6+
- '.github/workflows/doc.yml'
67
pull_request:
78
paths:
89
- 'doc/'
10+
- '.github/workflows/doc.yml'
911
workflow_dispatch:
1012

1113
concurrency:

0 commit comments

Comments
 (0)