From 88c7b57648e45a6ad9839f2d974baf524d053fa9 Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:43:51 +0200 Subject: [PATCH] ops: run ci on every branch push --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 301ac06..d8f7ca4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,7 @@ name: ci on: push: - branches: [dev, main] - pull_request: - branches: [dev, main] + branches: ['**'] permissions: contents: read