From 9900047994f22f803844f270b34e6b0022fd4e55 Mon Sep 17 00:00:00 2001 From: Moez Rjiba Date: Wed, 1 Jul 2026 09:56:51 +0200 Subject: [PATCH] Run CI on dev branch pushes Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b51c056..58efa34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [main] + branches: [main, dev] pull_request: branches: [main]