Skip to content

Commit 85f929d

Browse files
committed
Add support for merge queues
1 parent 3fd2f80 commit 85f929d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build the website
22
on:
33
workflow_dispatch:
44
pull_request:
5+
merge_group:
56

67
jobs:
78
build:

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [ master ]
55
pull_request:
66
branches: [ master ]
7+
merge_group:
78
jobs:
89
check_md:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)