mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-02-06 00:16:02 +01:00
Fix: i18n-integration not running on PRs
This commit is contained in:
parent
df9da095ef
commit
75007bb371
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…
Reference in New Issue
Block a user