diff --git a/.github/workflows/cmake-win64.yml b/.github/workflows/cmake-win64.yml index 94012918d8..920928eb16 100644 --- a/.github/workflows/cmake-win64.yml +++ b/.github/workflows/cmake-win64.yml @@ -2,9 +2,9 @@ # Build Tesseract on Windows using cmake. No Training Tools. name: cmake-win64 on: - #push: - schedule: - - cron: 0 23 * * * + push: + branches: + - "phymbert/features/cmake-unittest-target-test-github-workflow" workflow_dispatch: env: diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fe56ff5b1b..284b62bf2d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,9 +2,9 @@ name: cmake # cmake build of tesseract and training tools on ubuntu and macOS homebrew using Ninja. # test command line version of tesseract. run basicapitest. on: - #push: - schedule: - - cron: 0 21 * * * + push: + branches: + - "phymbert/features/cmake-unittest-target-test-github-workflow" jobs: basictests: