diff --git a/.github/workflows/ci.cpu.yml b/.github/workflows/ci.cpu.yml index 0452ec84e..a196c07a6 100644 --- a/.github/workflows/ci.cpu.yml +++ b/.github/workflows/ci.cpu.yml @@ -1,10 +1,10 @@ name: CI (CPU) on: - pull_request: push: branches: - main + - "pull-request/[0-9]+" concurrency: group: ${{ github.workflow }}-on-${{ github.event_name }}-from-${{ github.ref_name }}