forked from p04798526/LLaMA-Factory-Mirror
add pr ci
This commit is contained in:
parent
25c635ef28
commit
b61d25cd70
|
@ -8,6 +8,15 @@ on:
|
||||||
- "**.py"
|
- "**.py"
|
||||||
- "requirements.txt"
|
- "requirements.txt"
|
||||||
- ".github/workflows/*.yml"
|
- ".github/workflows/*.yml"
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- review_requested
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- "**.py"
|
||||||
|
- "requirements.txt"
|
||||||
|
- ".github/workflows/*.yml"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|
Loading…
Reference in New Issue