.github: run test workflows on merge_group

Make sure they work with merge queues.
This commit is contained in:
Sanne Raymaekers 2025-06-11 15:25:11 +02:00 committed by Anna Vítová
parent 2b37ee998e
commit c29cee781f
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ on:
branches: [ "main" ]
push:
branches: [ "main" ]
merge_group:
jobs:
dev-check:

View file

@ -4,6 +4,7 @@ on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
workflow_dispatch:
merge_group:
jobs:
playwright-tests:

View file

@ -6,6 +6,7 @@ on:
types: [opened, synchronize, reopened, edited]
issue_comment:
types: [created]
merge_group:
jobs:
pr-best-practices: