From 5e80c2daa61af676ff2f90e0dc4e0825e925b1c5 Mon Sep 17 00:00:00 2001 From: Nitrrine <43351072+Nitrrine@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:57:10 +0500 Subject: [PATCH] Make prettier to run on push too --- .github/workflows/prettier-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prettier-check.yml b/.github/workflows/prettier-check.yml index ea1a3b2..5c30957 100644 --- a/.github/workflows/prettier-check.yml +++ b/.github/workflows/prettier-check.yml @@ -1,6 +1,7 @@ name: "Prettier Check" on: + push: pull_request: jobs: