Skip to content

Commit 6edcba6

Browse files
authored
Update cmake.yml
Run cmake GA if cmake relevant files are modified
1 parent de095fc commit 6edcba6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: cmake
22
# cmake build of tesseract and training tools on ubuntu and macOS homebrew using Ninja.
33
# test command line version of tesseract. run basicapitest.
44
on:
5-
#push:
5+
push:
6+
paths:
7+
- cmake/**
8+
- '**/CMakeLists.txt'
9+
pull_request:
10+
paths:
11+
- cmake/**
12+
- '**/CMakeLists.txt'
613
schedule:
714
- cron: 0 21 * * *
15+
workflow_dispatch:
816

917
jobs:
1018
basictests:

0 commit comments

Comments
 (0)