diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca1c3bdf2..213c3a811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: ci on: pull_request: push: - branches: [master] + branches: [master, ci-fixes-local] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}