Skip to content

Commit 6cdaf23

Browse files
committed
Mention dependent files in sphinx workflow
1 parent 8c22cc2 commit 6cdaf23

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/sphinx.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,35 @@ on:
77
pull_request:
88
paths:
99
- ".github/workflows/sphinx.yml"
10+
- "Makefile"
1011

1112
- "docs/**"
13+
14+
# Thse files are also rendered as docs pages
1215
- "README.md"
1316
- "CHANGELOG.md"
17+
18+
# These files are used to generate some code snippets in the docs
19+
- "tagging/manifests/apt_packages.py"
20+
- "tagging/manifests/manifest_interface.py"
21+
- "tagging/taggers/sha.py"
22+
- "tagging/taggers/tagger_interface.py"
1423
push:
1524
branches:
1625
- main
1726
paths:
1827
- ".github/workflows/sphinx.yml"
28+
- "Makefile"
1929

2030
- "docs/**"
31+
2132
- "README.md"
2233
- "CHANGELOG.md"
34+
35+
- "tagging/manifests/apt_packages.py"
36+
- "tagging/manifests/manifest_interface.py"
37+
- "tagging/taggers/sha.py"
38+
- "tagging/taggers/tagger_interface.py"
2339
workflow_dispatch:
2440

2541
jobs:

0 commit comments

Comments
 (0)