fix: be explicit about what dir we want to know has changed files

This commit is contained in:
Gabe Kangas 2023-08-01 13:49:00 -07:00
parent b0f9c717ba
commit 48652ac12c
No known key found for this signature in database
GPG key ID: 4345B2060657F330
2 changed files with 7 additions and 6 deletions

View file

@ -37,12 +37,12 @@ jobs:
with:
files_yaml: |
src:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.jsx'
- '**.css'
- '**.md'
- 'web/**.js'
- 'web/**.ts'
- 'web/**.tsx'
- 'web/**.jsx'
- 'web/**.css'
- 'web/**.md'
- name: Cache node modules
uses: actions/cache@v3

View file

@ -1,3 +1,4 @@
# Ignore artifacts:
node_modules
out
../static/web