Fix: i18n-integration not running on PRs

This commit is contained in:
Nicholas Wallace 2024-04-11 01:28:40 +00:00
parent df9da095ef
commit 75007bb371

View File

@ -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