From c5613abd0cba025c3ee9b7072e545ae280598dcd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 13 Feb 2023 16:09:58 +0530 Subject: chore(ci): add merge queue trigger to PR jobs --- .github/workflows/pull_request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/pull_request.yml') diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 45a1076c..0a00417b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,4 +1,6 @@ -on: [ pull_request ] +on: + pull_request: + merge_group: name: Check pull request -- cgit v1.2.3