fix: force ignoring of certain paths?

This commit is contained in:
Gabe Kangas 2023-08-01 14:30:04 -07:00
parent cab45f0be8
commit d5013e9b61
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -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'