From 7b689d0af849662dbd8e562e395023c49a13b4eb Mon Sep 17 00:00:00 2001 From: epernod Date: Mon, 9 Mar 2026 09:54:54 +0100 Subject: [PATCH] [ci] Fix ci trigger option to activate tests on PR coming from external heads --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7969670..e926638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,11 @@ name: CI on: push: + branches: + - main + pull_request: + branches: + - main jobs: build-and-test: