From bb43463c2e0e0904a78ec64d2293de498d7e4d7e Mon Sep 17 00:00:00 2001 From: Jack Spira Date: Thu, 9 Sep 2021 19:45:17 -0700 Subject: [PATCH] updating CI to handle master -> main change --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7653f..4afd367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: push: branches: - - master + - main schedule: - cron: "0 0 * * 1"