From 385bc318c63beb6d673b4602c4981bbfa3724edf Mon Sep 17 00:00:00 2001 From: Ye Luo Date: Mon, 22 Jul 2024 17:50:52 -0500 Subject: [PATCH] Update ci-github-actions.yaml --- .github/workflows/ci-github-actions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-github-actions.yaml b/.github/workflows/ci-github-actions.yaml index 99d51fb..eb4919f 100644 --- a/.github/workflows/ci-github-actions.yaml +++ b/.github/workflows/ci-github-actions.yaml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - main schedule: - cron: "15 3 * * *" # run at 3:15 AM UTC daily