Enable merge queue

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-02-09 01:48:06 -05:00
parent 13e5f8b29a
commit ae3c77f45b
No known key found for this signature in database
GPG key ID: C873B2DE95B88A53
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ name: Build and Test
on: on:
pull_request: pull_request:
merge_group:
jobs: jobs:
test: test:

View file

@ -6,6 +6,8 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
merge_group:
permissions: permissions:
contents: read contents: read