From f5b888dd720136caa0feb9559df67c0b4368a7d6 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Thu, 3 Jul 2025 19:53:38 -0400 Subject: [PATCH] run CI on `v1` branch temporarily (#5341) temporarily run CI on v1 as well --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 050daa704..db20a88de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: - branches: [main] + branches: [main, v1] pull_request: permissions: