From 9e44e1cf231948e860897f48f9b00b2e300ea039 Mon Sep 17 00:00:00 2001 From: Nitrrine Date: Fri, 5 Jul 2024 13:58:11 +0500 Subject: [PATCH] Make action run only on pull requests --- .github/workflows/prettier-check.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prettier-check.yml b/.github/workflows/prettier-check.yml index cb3abc3..fc01d2f 100644 --- a/.github/workflows/prettier-check.yml +++ b/.github/workflows/prettier-check.yml @@ -1,7 +1,6 @@ name: "Prettier Check" on: - push: pull_request: jobs: