CI: Add merge queue events trigger for github workflows (#13282)

This commit is contained in:
Preston Van Loon 2023-12-06 10:13:13 -06:00 committed by GitHub
parent 0e3c1d42f6
commit a40cc40edf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,8 @@ on:
branches: [ master ]
pull_request:
branches: [ '*' ]
merge_group:
types: [checks_requested]
jobs:
formatting: