.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

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