From 20de13e48ee17b89fcbe73a3b39638a6bb231d21 Mon Sep 17 00:00:00 2001 From: shankar0123 Date: Sun, 22 Mar 2026 15:13:22 -0400 Subject: [PATCH] ci: add v2-dev branch to CI triggers Pushes to v2-dev were not running CI because the workflow only triggered on master. Add v2-dev to the push branch list. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7951261..26e08e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - v2-dev pull_request: branches: - master