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