From 291a693403495ed1a74516d404945c9ae5752a76 Mon Sep 17 00:00:00 2001 From: Valentin Laurent Date: Mon, 27 Jan 2025 09:55:38 +0100 Subject: [PATCH] CHORE: add v1 branch to CI (on push), to allow committing directly on it (#606) --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4298a96f1..894c37bcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ on: -dev -main -master + -v1 pull_request: jobs: