From 9107b3068caee69742dfa5ab1fa182df7ba45196 Mon Sep 17 00:00:00 2001 From: Doug Richar Date: Tue, 12 Nov 2024 16:28:28 -0500 Subject: [PATCH] chore(ci): add v4 branch to workflow triggers (#315) --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea50d27e..335a8450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,9 @@ name: CI on: pull_request: - branches: - - 'main' + branches: [main, v4] push: - branches: - - 'main' + branches: [main, v4] jobs: run-ci: