ci: run asset validation on any changes not just json files (@fehmer) (#6992)

This commit is contained in:
Christian Fehmer 2025-09-25 12:46:13 +02:00 committed by GitHub
parent b903abd863
commit b6ef5c0d8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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