🔧 Fix typo on github workflows config

This commit is contained in:
Andrey Antukh 2026-06-10 11:36:42 +02:00
parent d04be98644
commit 5a3458bf74
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ defaults:
on:
pull_request:
paths:
- 'frotend/**'
- 'frontend/**'
- 'common/**'
- 'render-wasm/**'
@ -22,7 +22,7 @@ on:
- staging
paths:
- 'frotend/**'
- 'frontend/**'
- 'common/**'
- 'render-wasm/**'

View File

@ -7,7 +7,7 @@ defaults:
on:
pull_request:
paths:
- 'frotend/**'
- 'frontend/**'
- 'common/**'
- 'render-wasm/**'
@ -22,7 +22,7 @@ on:
- staging
paths:
- 'frotend/**'
- 'frontend/**'
- 'common/**'
- 'render-wasm/**'