We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 052f4a2 + d736e9d commit 3da2613Copy full SHA for 3da2613
1 file changed
.github/workflows/docs.yml
@@ -5,6 +5,7 @@ on:
5
branches: [main]
6
paths:
7
- 'docs/**'
8
+ - 'dev-tools/docs/**'
9
- 'src/**/cli/**'
10
- 'README.md'
11
- '*.md'
@@ -14,10 +15,12 @@ on:
14
15
16
17
18
19
20
21
22
- 'pyproject.toml'
23
+ - '.github/workflows/docs.yml'
24
# workflow_dispatch: allows triggering docs builds manually from the Actions UI
25
workflow_dispatch:
26
# NOTE: workflow_run trigger removed. It fired after "Quality Checks" and
0 commit comments