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 }}