From 9177bc898cca131f50af9276c475222723188c59 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Mon, 30 Oct 2023 14:47:31 -0500 Subject: [PATCH] Run prettier CI check only if certain files are touched --- .github/workflows/prettier.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 7c75a247..92cc5479 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -3,6 +3,11 @@ name: Prettier on: pull_request: types: [opened, synchronize, reopened] + paths: + - "**.md" + - "**.ts" + - "**.yml" + - "**.json" permissions: contents: read