Skip to content

Commit 8473000

Browse files
committed
ci: add merge queue
1 parent df52fa3 commit 8473000

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
# Also on PRs, just be careful not to publish anything
1010
pull_request:
1111
# Allow to be called from other workflows (like "release")
12-
workflow_call:
13-
# But don't trigger on tags, as they are covered by the "release.yaml" workflow
12+
merge_group:
13+
types:
14+
- checks_requested
1415

1516
jobs:
1617

0 commit comments

Comments
 (0)