From 9a6a531f5703f889c873e850218c2ee95ec74bab Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 15 Dec 2023 13:38:08 -0500 Subject: [PATCH] Fix ci workflow to run on main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f61219bac..cca5d147de1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: ci on: workflow_dispatch: push: - branches: ["3.7"] + branches: ["3.7", "main"] pull_request: # The branches below must be a subset of the branches above - branches: ["3.7"] + branches: ["3.7", "main"] schedule: - cron: "34 18 * * 3"