diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92c8a5966f6fe..75f2c48c37de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: - main pull_request: branches: - - main + - '**' concurrency: group: ${{ github.head_ref || github.run_id }}