From 5cc210553165a2c339bcebb651a5e318bd5a3cd3 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Mon, 6 Apr 2026 14:03:55 -0700 Subject: [PATCH] Update branch name from 'v5' to 'v-5' in CI workflow --- .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 d4e00d0..29122df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, synchronize] push: - branches: [main, v5] + branches: [main, v-5] concurrency: group: "${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}"