mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
fix: be explicit about what dir we want to know has changed files
This commit is contained in:
parent
b0f9c717ba
commit
48652ac12c
2 changed files with 7 additions and 6 deletions
12
.github/workflows/javascript-format-build.yml
vendored
12
.github/workflows/javascript-format-build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Ignore artifacts:
|
||||
node_modules
|
||||
out
|
||||
../static/web
|
||||
|
|
Loading…
Reference in a new issue