From 4db5d46b9b18c592741a9a288ac7b0714cef509f Mon Sep 17 00:00:00 2001 From: FabLrc Date: Sat, 28 Feb 2026 13:22:55 +0100 Subject: [PATCH] ci: route CI through develop branch before 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 13f8cf2..b0b47e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [develop] pull_request: - branches: [main] + branches: [develop, main] jobs: # ── Conventional Commits ──────────────────────────────────────────────────