Skip to content

Commit 79d3019

Browse files
committed
ci: Add merge_group trigger for merge queue support
The merge queue requires workflows to listen for the merge_group event to run checks on the temporary merge branch.
1 parent 8449781 commit 79d3019

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- 'docs/**'
1313
- 'website/**'
1414
- '.github/workflows/deploy-docs.yml'
15+
merge_group:
1516
workflow_dispatch:
1617

1718
permissions:

0 commit comments

Comments
 (0)