mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 18:02:40 +08:00
unittest.yml: Add path filters for PRs
This commit is contained in:
parent
a9b012bbe2
commit
60c1c26d2f
7
.github/workflows/unittest.yml
vendored
7
.github/workflows/unittest.yml
vendored
@ -4,6 +4,13 @@ name: unittest
|
||||
on:
|
||||
#push:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.cpp'
|
||||
- '**.h'
|
||||
- '**Makefile.am'
|
||||
'/configure.ac'
|
||||
- 'unittest/**.c'
|
||||
- 'unittest/**.cc'
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
workflow_dispatch:
|
||||
|
Loading…
Reference in New Issue
Block a user