diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a851728a2e..c29ee3084f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, async-changes ] jobs: cmake_test: