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'