diff --git a/.github/workflows/pxt-buildpush.yml b/.github/workflows/pxt-buildpush.yml index 34ce4c3721e2..c65559844518 100644 --- a/.github/workflows/pxt-buildpush.yml +++ b/.github/workflows/pxt-buildpush.yml @@ -9,6 +9,11 @@ on: pull_request: branches: - '**' # Run workflow for pull requests targeting any branch + merge_group: + branches: + - '**' # Run workflow for merge queue checks targeting any branch + types: + - checks_requested permissions: contents: write