ci: Skip text files when running test ci on push (#13582)

pull/13601/head^2
Wang Xin 2024-08-05 21:26:55 +08:00 committed by GitHub
parent d590a8d39a
commit 09b7f6cf8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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: