Skip to content

Commit b6ef5c0

Browse files
authored
ci: run asset validation on any changes not just json files (@fehmer) (monkeytypegame#6992)
1 parent b903abd commit b6ef5c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/monkey-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,14 @@ jobs:
239239
with:
240240
filters: |
241241
languages:
242-
- 'frontend/static/languages/*.json'
242+
- 'frontend/static/languages/**'
243243
quotes:
244-
- 'frontend/static/quotes/*.json'
244+
- 'frontend/static/quotes/**'
245245
others:
246-
- 'frontend/static/layouts/*.json'
246+
- 'frontend/static/layouts/**'
247247
- 'frontend/static/themes/**'
248248
- 'frontend/static/webfonts/**'
249-
- 'frontend/static/challenges/*.json'
249+
- 'frontend/static/challenges/**'
250250
251251
- name: Set up Node.js
252252
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)