ci: Skip text files when running test ci on push (#13582)
parent
d590a8d39a
commit
09b7f6cf8b
|
@ -2,6 +2,12 @@ name: PaddleOCR PR Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "release/*"]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- '**.txt'
|
||||
- '**.yml'
|
||||
- '**.yaml'
|
||||
pull_request:
|
||||
branches: ["main", "release/*"]
|
||||
paths-ignore:
|
||||
|
|
Loading…
Reference in New Issue