mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-12 05:13:14 +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:
|
on:
|
||||||
#push:
|
#push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.cpp'
|
||||||
|
- '**.h'
|
||||||
|
- '**Makefile.am'
|
||||||
|
'/configure.ac'
|
||||||
|
- 'unittest/**.c'
|
||||||
|
- 'unittest/**.cc'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 0 * * *
|
- cron: 0 0 * * *
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
Loading…
Reference in New Issue
Block a user