Browse Source

fix: force ignoring of certain paths?

pull/3226/head
Gabe Kangas 2 years ago
parent
commit
d5013e9b61
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 3
      .github/workflows/javascript-format-build.yml

3
.github/workflows/javascript-format-build.yml

@ -35,6 +35,9 @@ jobs: @@ -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'

Loading…
Cancel
Save