mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Mention dependent files in sphinx workflow
This commit is contained in:
16
.github/workflows/sphinx.yml
vendored
16
.github/workflows/sphinx.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user