From 9354e79795beb8ed07e22805707bc0c10107d458 Mon Sep 17 00:00:00 2001 From: Jay Qi <2721979+jayqi@users.noreply.github.com> Date: Thu, 15 Dec 2022 14:38:09 -0500 Subject: [PATCH] Add additional CI triggers (#298) Co-authored-by: Jay Qi --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d138b53..dd2c33a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: Tests -on: [push] +on: + push: + pull_request: + schedule: + # Run every Monday at midnight + - cron: "0 0 * * 1" + workflow_dispatch: jobs: test: