fix: force ignoring of certain paths?
This commit is contained in:
parent
cab45f0be8
commit
d5013e9b61
@ -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…
Reference in New Issue
Block a user