From 15dbc43879f081c1b63ba523e62f3a3593c8dd66 Mon Sep 17 00:00:00 2001 From: Adrien de Peretti Date: Fri, 12 Dec 2025 14:11:03 +0100 Subject: [PATCH] chore(): Allow PR CI to run all the time (#14295) * chore(): Allow PR CI to run all the time * chore(): Allow PR CI to run all the time --- .github/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 102745be03..2bbb982c05 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -6,8 +6,7 @@ on: - v1.x pull_request: branches: - - develop - - v1.x + - "**" jobs: setup: