fix: make sure readthedocs is triggered if pyproject.toml is updated

This commit is contained in:
Ashwin Bharambe 2025-03-08 23:05:10 -08:00
parent 205661bc78
commit ba917a9c48
2 changed files with 2 additions and 10 deletions

View file

@ -12,12 +12,14 @@ on:
- main
paths:
- 'docs/**'
- 'pyproject.toml'
- '.github/workflows/update-readthedocs.yml'
pull_request:
branches:
- main
paths:
- 'docs/**'
- 'pyproject.toml'
- '.github/workflows/update-readthedocs.yml'
jobs: