We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b903abd commit b6ef5c0Copy full SHA for b6ef5c0
.github/workflows/monkey-ci.yml
@@ -239,14 +239,14 @@ jobs:
239
with:
240
filters: |
241
languages:
242
- - 'frontend/static/languages/*.json'
+ - 'frontend/static/languages/**'
243
quotes:
244
- - 'frontend/static/quotes/*.json'
+ - 'frontend/static/quotes/**'
245
others:
246
- - 'frontend/static/layouts/*.json'
+ - 'frontend/static/layouts/**'
247
- 'frontend/static/themes/**'
248
- 'frontend/static/webfonts/**'
249
- - 'frontend/static/challenges/*.json'
+ - 'frontend/static/challenges/**'
250
251
- name: Set up Node.js
252
uses: actions/setup-node@v4
0 commit comments