diff --git a/.github/workflows/i18n-integration.yml b/.github/workflows/i18n-integration.yml index cee07b20..87dcd195 100644 --- a/.github/workflows/i18n-integration.yml +++ b/.github/workflows/i18n-integration.yml @@ -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