From b8f743e7b3b4e906a206590ee1bbeed7486b9083 Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:15:25 +0000 Subject: [PATCH] ci: add v1.x branch to main-checks workflow Prepare for v2 development by ensuring CI runs on the v1.x maintenance branch. This branch will be created to receive security and critical bug fixes while main becomes the v2 development branch. --- .github/workflows/main-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main-checks.yml b/.github/workflows/main-checks.yml index 6f38043cdd..e2b2a97a14 100644 --- a/.github/workflows/main-checks.yml +++ b/.github/workflows/main-checks.yml @@ -5,6 +5,7 @@ on: branches: - main - "v*.*.*" + - "v1.x" tags: - "v*.*.*"