From 331ea7b4dfc788bb8f15b3c99ea9bc2e0aeae714 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Paquet Date: Fri, 14 Aug 2026 11:15:35 -0400 Subject: [PATCH] Adds CI on merge. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2065c68..d840412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - main jobs: ci: