add pr ci

Former-commit-id: 9b05bb8540b946d0c74bf804bcafc4a785d22c47
This commit is contained in:
hiyouga 2024-06-08 21:25:35 +08:00
parent 88528f1a87
commit d812249db7

View File

@ -8,6 +8,15 @@ on:
- "**.py"
- "requirements.txt"
- ".github/workflows/*.yml"
pull_request:
types:
- review_requested
branches:
- main
paths:
- "**.py"
- "requirements.txt"
- ".github/workflows/*.yml"
jobs:
tests: