From 1b73818bceb0f4358b2083a529426a627e894473 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:12:20 +1000 Subject: [PATCH] allow prettier workflow to be ran manually mostly for i18n branch --- .github/workflows/prettier.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 753bd1b..165f72e 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -5,6 +5,7 @@ on: pull_request: types: [opened, reopened, ready_for_review, synchronize] merge_group: + workflow_dispatch: jobs: prettier-check: