fix: force ignoring of certain paths?
This commit is contained in:
@@ -35,6 +35,9 @@ jobs:
|
|||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v37
|
uses: tj-actions/changed-files@v37
|
||||||
with:
|
with:
|
||||||
|
files_ignore: |
|
||||||
|
static/**
|
||||||
|
web/next.config.js
|
||||||
files_yaml: |
|
files_yaml: |
|
||||||
src:
|
src:
|
||||||
- 'web/**.js'
|
- 'web/**.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user