From 54e4662fd1a287ce362a1b4f0a578e4ea9593512 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:34:29 +1000 Subject: [PATCH] Add merge group condition in prettier workflow --- .github/workflows/prettier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index d4b2269..753bd1b 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -4,6 +4,7 @@ on: push: pull_request: types: [opened, reopened, ready_for_review, synchronize] + merge_group: jobs: prettier-check: