diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 4b7d8c201c9..894bd7bde43 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -2,9 +2,9 @@ name: ci-check on: push: - branches: [ v1 ] + branches: [ v1* ] pull_request: - branches: [ v1 ] + branches: [ v1* ] concurrency: group: ci-check-${{ github.ref }}