Mention dependent files in sphinx workflow

This commit is contained in:
Ayaz Salikhov
2025-02-26 17:59:54 +00:00
parent 8c22cc2892
commit 6cdaf23d17

View File

@@ -7,19 +7,35 @@ on:
pull_request:
paths:
- ".github/workflows/sphinx.yml"
- "Makefile"
- "docs/**"
# Thse files are also rendered as docs pages
- "README.md"
- "CHANGELOG.md"
# These files are used to generate some code snippets in the docs
- "tagging/manifests/apt_packages.py"
- "tagging/manifests/manifest_interface.py"
- "tagging/taggers/sha.py"
- "tagging/taggers/tagger_interface.py"
push:
branches:
- main
paths:
- ".github/workflows/sphinx.yml"
- "Makefile"
- "docs/**"
- "README.md"
- "CHANGELOG.md"
- "tagging/manifests/apt_packages.py"
- "tagging/manifests/manifest_interface.py"
- "tagging/taggers/sha.py"
- "tagging/taggers/tagger_interface.py"
workflow_dispatch:
jobs: