Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 28f8c9d

Browse files
author
Itsusinn
committed
ci: skip workflow if doc dir is not modified
1 parent 651107f commit 28f8c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-doc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
path:
7+
- "doc/**"
68

79
jobs:
810
deploy:

0 commit comments

Comments
 (0)