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: pull_request:
paths: paths:
- ".github/workflows/sphinx.yml" - ".github/workflows/sphinx.yml"
- "Makefile"
- "docs/**" - "docs/**"
# Thse files are also rendered as docs pages
- "README.md" - "README.md"
- "CHANGELOG.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: push:
branches: branches:
- main - main
paths: paths:
- ".github/workflows/sphinx.yml" - ".github/workflows/sphinx.yml"
- "Makefile"
- "docs/**" - "docs/**"
- "README.md" - "README.md"
- "CHANGELOG.md" - "CHANGELOG.md"
- "tagging/manifests/apt_packages.py"
- "tagging/manifests/manifest_interface.py"
- "tagging/taggers/sha.py"
- "tagging/taggers/tagger_interface.py"
workflow_dispatch: workflow_dispatch:
jobs: jobs: