From 344b01ccd51bd568db508162efd456abea3c2265 Mon Sep 17 00:00:00 2001 From: JohnsonLee <53596783+J0HN50N133@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:06:15 +0800 Subject: [PATCH] ci: trigger actions when merging with queue (#10) Signed-off-by: JohnsonLee <53596783+J0HN50N133@users.noreply.github.com> --- .github/workflows/build_and_test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 5b7a52a..4a42505 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1,8 +1,10 @@ name: Rust Build and Test on: + merge_group: + types: [checks_requested] push: - branches: [ "*" ] + branches: [ "main" ] pull_request: branches: [ "main" ] paths: