mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
ci: run asset validation on any changes not just json files (@fehmer) (#6992)
This commit is contained in:
parent
b903abd863
commit
b6ef5c0d8d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/monkey-ci.yml
vendored
8
.github/workflows/monkey-ci.yml
vendored
|
|
@ -239,14 +239,14 @@ jobs:
|
|||
with:
|
||||
filters: |
|
||||
languages:
|
||||
- 'frontend/static/languages/*.json'
|
||||
- 'frontend/static/languages/**'
|
||||
quotes:
|
||||
- 'frontend/static/quotes/*.json'
|
||||
- 'frontend/static/quotes/**'
|
||||
others:
|
||||
- 'frontend/static/layouts/*.json'
|
||||
- 'frontend/static/layouts/**'
|
||||
- 'frontend/static/themes/**'
|
||||
- 'frontend/static/webfonts/**'
|
||||
- 'frontend/static/challenges/*.json'
|
||||
- 'frontend/static/challenges/**'
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue