From 8ac2562ccc2df867553203cdbc83dd0e58810ede Mon Sep 17 00:00:00 2001 From: Anna Wen <54281166+annawen1@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:43:58 -0500 Subject: [PATCH] chore(ci-check): add release cwc branch to ci-check workflow --- .github/workflows/ci-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 4bd4b21d8d3..17a05743e5e 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -2,9 +2,9 @@ name: ci-check on: push: - branches: [ main, release/*, feat/*, fix/content-updates ] + branches: [ main, release/*, release-cwc/*, feat/*, fix/content-updates ] pull_request: - branches: [ main, release/*, feat/*, fix/content-updates ] + branches: [ main, release/*, release-cwc/*, feat/*, fix/content-updates ] concurrency: group: ci-check-${{ github.ref }}