add pr ci
This commit is contained in:
parent
25c635ef28
commit
b61d25cd70
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue