1
0

docs: add .readthedocs.yaml

This commit is contained in:
2024-02-22 12:37:11 +00:00
parent cc43cbcc2d
commit 2c66dbc736
5 changed files with 21 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ on:
- ".github/workflows/ubuntu.yml"
- ".github/workflows/macos.yml"
- ".github/workflows/debian-cache.yml"
- "docs/**"
- ".readthedocs.yaml"
- "README.md"
concurrency:
group: ${{ github.workflow_ref }}

View File

@@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- ".github/workflows/images-*"
- ".github/workflows/debian-cache.yml"
- ".github/workflows/e2e.yml"
- ".github/workflows/macos.yml"
- ".github/workflows/debian-cache.yml"
- "docs/**"
- ".readthedocs.yaml"
- "README.md"
pull_request: