test: run CI in merge queue

This commit is contained in:
Jonas Gloning 2023-03-16 09:22:29 +01:00
parent 427c5ce908
commit 2d1a06505f
No known key found for this signature in database
GPG Key ID: 684639B5E59E7614
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
merge_group:
jobs:
build:

View File

@ -4,6 +4,7 @@ name: Check JavaScript for conformance with Prettier
on:
push:
pull_request:
merge_group:
jobs:
prettier: