chore: enable merge queue checks (#3607)

This commit is contained in:
Chengzhong Wu 2023-02-13 22:55:44 +08:00 committed by GitHub
parent 2c51cc26d1
commit 3bc080731d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:
jobs:
build:

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:
jobs:
peer-api-check:

View File

@ -4,6 +4,7 @@ on:
branches:
- main
pull_request:
merge_group:
jobs:
node-tests:

View File

@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
merge_group:
jobs:
build-and-test: