[misc] fix ci (#8441)

This commit is contained in:
Yaowei Zheng 2025-06-24 16:37:32 +08:00 committed by GitHub
parent fffa43be86
commit 31b0787e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@ on:
branches: branches:
- "main" - "main"
paths: paths:
- "**.py" - "**/*.py"
- "requirements.txt" - "requirements.txt"
- ".github/workflows/*.yml" - ".github/workflows/*.yml"
pull_request: pull_request:
branches: branches:
- "main" - "main"
paths: paths:
- "**.py" - "**/*.py"
- "requirements.txt" - "requirements.txt"
- ".github/workflows/*.yml" - ".github/workflows/*.yml"