mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-30 22:59:37 +02:00
Fix: i18n-integration not running on PRs
This commit is contained in:
parent
df9da095ef
commit
75007bb371
1 changed files with 3 additions and 0 deletions
3
.github/workflows/i18n-integration.yml
vendored
3
.github/workflows/i18n-integration.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Verify all i18n files are alphabetized
|
name: Verify all i18n files are alphabetized
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- client/strings/** # Should only check if any strings changed
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- client/strings/** # Should only check if any strings changed
|
- client/strings/** # Should only check if any strings changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue