From 14c32a030972bf96d8d3009a91b09e1249101997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 14 Apr 2024 17:38:27 +0200 Subject: [PATCH] Run CI jobs on the merge queue. --- .github/workflows/cbindgen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cbindgen.yml b/.github/workflows/cbindgen.yml index 9b1811298..f9d3672ca 100644 --- a/.github/workflows/cbindgen.yml +++ b/.github/workflows/cbindgen.yml @@ -7,6 +7,9 @@ on: pull_request: branches: - master + merge_group: + types: + - checks_requested jobs: rustfmt-clippy: