From 22fb3a91c68fd45a5bca40072d9880b8c4a00da1 Mon Sep 17 00:00:00 2001 From: Emmanuel Lobo <76094069+UnschooledGamer@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:10:30 +0530 Subject: [PATCH] chore: Add merge_group trigger to CI workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f029ffbd6..96efd139d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: push: pull_request: + merge_group: jobs: spell-check: @@ -64,4 +65,4 @@ jobs: if: steps.file-changes.outputs.translation == 'true' run: | npm ci --no-audit --no-fund - npm run lang check \ No newline at end of file + npm run lang check