From d5013e9b613cbc6612d48d85e977c9d289ef00a8 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 1 Aug 2023 14:30:04 -0700 Subject: [PATCH] fix: force ignoring of certain paths? --- .github/workflows/javascript-format-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index e54301560..547bf89e7 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -35,6 +35,9 @@ jobs: id: changed-files uses: tj-actions/changed-files@v37 with: + files_ignore: | + static/** + web/next.config.js files_yaml: | src: - 'web/**.js'