mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Run spellchecking on dictionary changing (#398)
* Update check.yml * Manual workflow run Co-authored-by: Semyon Bezrukov <semen.bezrukov@onlyoffice.com>
This commit is contained in:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -1,9 +1,11 @@
|
||||
name: check
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- 'win-linux/package/windows/update/changes/**'
|
||||
- 'macos/ONLYOFFICE/update/updates/ONLYOFFICE/changes/**'
|
||||
- '.aspell.*.pws'
|
||||
jobs:
|
||||
spellchecker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user