From e7f23e5a789d6108f2a028310e681932b2b4aeba Mon Sep 17 00:00:00 2001 From: Olivier Patry Date: Wed, 16 Oct 2024 08:58:31 +0200 Subject: [PATCH] Add CI job to check Play Store character count limit requirements (2) --- .github/workflows/check-playstore-requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-playstore-requirements.yml b/.github/workflows/check-playstore-requirements.yml index 84646da8..6e36604b 100644 --- a/.github/workflows/check-playstore-requirements.yml +++ b/.github/workflows/check-playstore-requirements.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'fastlane/metadata' + - 'fastlane/metadata/**' jobs: check: