mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- client/strings/** # Should only check if any strings changed
|
||||
push:
|
||||
paths:
|
||||
- client/strings/** # Should only check if any strings changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue