From 973d770d8f41bb1ee57f636fafffec49566636f7 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 21 Nov 2024 09:28:33 -0500 Subject: [PATCH] Update ci.yml - on main branch too Signed-off-by: Mathieu Benoit --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d10819..6461a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,11 @@ name: CI on: + # We run the CI checks on any pull request updates or pushes to the main branch after PR merge. pull_request: + push: + branches: + - main jobs: ci: