diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index f8e85f3..25d2691 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -8,6 +8,7 @@ on: types: [opened, synchronize, reopened] paths: - '**.py' + - '**.html' - '**.md' - 'README.md' - 'requirements.txt'