fix: 添加 .html 到 PR 触发路径

This commit is contained in:
adminlove520
2026-03-20 12:06:35 +08:00
parent 54575e1ecf
commit 41243c2ebf

View File

@@ -8,6 +8,7 @@ on:
types: [opened, synchronize, reopened]
paths:
- '**.py'
- '**.html'
- '**.md'
- 'README.md'
- 'requirements.txt'