add pr ci

This commit is contained in:
hiyouga 2024-06-08 21:25:35 +08:00
parent 25c635ef28
commit b61d25cd70
1 changed files with 9 additions and 0 deletions

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: