Skip to content

Commit 0715d7d

Browse files
Merge pull request #77 from tommyc2/enable-merge-queue
Add merge queue config to workflow files
2 parents 1d78480 + e4c8d6c commit 0715d7d

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)