Skip to content

Commit 5a6dd96

Browse files
committed
ci: only run doc generation on relevent file changes
1 parent 83ffbfb commit 5a6dd96

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Documentation
33
on:
44
push:
55
branches: [master]
6+
paths:
7+
- 'game/**'
8+
- 'docs/**'
9+
- 'Doxyfile'
10+
- '.github/workflows/docs.yml'
611
workflow_dispatch:
712

813
permissions:

0 commit comments

Comments
 (0)