Skip to content

Commit e4c8d6c

Browse files
committed
Add merge queue config to workflow files
Signed-off-by: Tommy Condon <[email protected]>
1 parent 1d78480 commit e4c8d6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Eleventy Build
22
on:
33
push:
44
branches: [main]
5-
5+
merge_group:
6+
types: [checks_requested]
7+
workflow_dispatch:
68
jobs:
79
build_deploy:
810
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)