We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ffbfb commit 5a6dd96Copy full SHA for 5a6dd96
1 file changed
.github/workflows/docs.yml
@@ -3,6 +3,11 @@ name: Documentation
3
on:
4
push:
5
branches: [master]
6
+ paths:
7
+ - 'game/**'
8
+ - 'docs/**'
9
+ - 'Doxyfile'
10
+ - '.github/workflows/docs.yml'
11
workflow_dispatch:
12
13
permissions:
0 commit comments