Skip to content

Commit 61e424b

Browse files
committed
ci: only deploy docs when needed
1 parent 1e90b98 commit 61e424b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: docs
22
on:
33
push:
4+
paths:
5+
- ".github/"
6+
- "docs/"
7+
- "mkdocs.yml"
8+
- "*.lua"
9+
- "*.proto"
10+
- "*.md"
11+
- "assets/"
412
branches:
513
- main
614
workflow_dispatch:

0 commit comments

Comments
 (0)