From e4038dbd562a83bf67889dd50f93923323094c20 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Tue, 25 Jul 2023 09:36:00 +0900 Subject: [PATCH] update ci to compile master nightly (to keep up-to-date with latest sofa) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c36e64..b6387ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,8 @@ on: workflow_dispatch: # only generate the artefacts on demand # pull_request: # push: + schedule: + - cron: '0 0 * * *' # nightly job at midnight UTC jobs: build-and-test: @@ -13,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-2019] - sofa_branch: [master, v23.06] + sofa_branch: [master] steps: - name: (Mac) Workaround for homebrew