diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-13 16:09:58 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-02-13 16:09:58 +0530 |
commit | c5613abd0cba025c3ee9b7072e545ae280598dcd (patch) | |
tree | 917a020e99778674dbd60466a93a6d65dd06db29 /.github | |
parent | 1bdd6b8f185f3629cf30418d32408db37ebd40cc (diff) |
chore(ci): add merge queue trigger to PR jobs
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull_request.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |