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
2 changed files with 7 additions and 6 deletions

View File

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

View File

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