From 6f37ffb0444dbc5b5ae942bbdc4fecf57cdca9a5 Mon Sep 17 00:00:00 2001 From: chvmvd Date: Sat, 10 Dec 2022 10:59:48 +0900 Subject: [PATCH] Disable Prettier GitHub Actions on PR --- .github/workflows/prettier.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 46feabf38..4673cddb6 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -3,8 +3,8 @@ name: Prettier on: push: - pull_request: - branches: [master, main] + # pull_request: + # branches: [master, main] jobs: prettier: