From 80cd91344feca3b3ee2e9164841fd60e1b5e78f3 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:08:10 -0400 Subject: [PATCH] chore: no ci on v1 branch (#5782) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db20a88de..19a735069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI on: push: - branches: [main, v1] + branches: + - main pull_request: permissions: