🔧 Add minor configuration fix for tests-frontend workflow

This commit is contained in:
Andrey Antukh 2026-06-10 11:31:54 +02:00
parent 9f5a0f767e
commit d04be98644

View File

@ -7,9 +7,9 @@ defaults:
on:
pull_request:
paths:
- 'frotend/**/*'
- 'common/**/*'
- 'render-wasm/**/*'
- 'frotend/**'
- 'common/**'
- 'render-wasm/**'
types:
- opened