File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
paths :
9
9
- " .github/workflows/sphinx.yml"
10
+ - " Makefile"
10
11
11
12
- " docs/**"
13
+
14
+ # Thse files are also rendered as docs pages
12
15
- " README.md"
13
16
- " 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"
14
23
push :
15
24
branches :
16
25
- main
17
26
paths :
18
27
- " .github/workflows/sphinx.yml"
28
+ - " Makefile"
19
29
20
30
- " docs/**"
31
+
21
32
- " README.md"
22
33
- " 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"
23
39
workflow_dispatch :
24
40
25
41
jobs :
You can’t perform that action at this time.
0 commit comments