build: use the new merge_group selector for the merge queue

In this commit, we activate the merge queue by using the new merge_group
selector. Without this, the CI won't report back the progress of a CI
run to the merge queue, so things won't get auto merged.
This commit is contained in:
Olaoluwa Osuntokun 2023-02-16 14:59:53 -08:00
parent 93b7821df3
commit aec10481c1
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -7,6 +7,9 @@ on:
pull_request:
branches:
- "*"
merge_queue:
branches:
- "master"
concurrency:
# Cancel any previous workflows if they are from a PR or push.