From 492b4f3b0463a979aed87598be39a8b44db72f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Mon, 9 Sep 2024 19:16:32 +0200 Subject: [PATCH] chore: fix ci jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc8a7d075..80c579b46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,8 @@ on: workflow_dispatch: {} pull_request: branches: - - 'main' + - main + - release-* concurrency: group: ${{ github.workflow }}-${{ github.ref }}