From b182693bc691000a05a5e79fb96889dcc075213b Mon Sep 17 00:00:00 2001 From: Olivier Patry Date: Wed, 16 Oct 2024 10:03:00 +0200 Subject: [PATCH] Check Play Store requirements on PRs as well --- .github/workflows/check-playstore-requirements.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/check-playstore-requirements.yml b/.github/workflows/check-playstore-requirements.yml index 6e36604b..6f429925 100644 --- a/.github/workflows/check-playstore-requirements.yml +++ b/.github/workflows/check-playstore-requirements.yml @@ -6,6 +6,15 @@ on: - main paths: - 'fastlane/metadata/**' + - '_ci/check_playstore_requirements.sh' + - main + pull_request: + branches: + - main + paths: + - 'fastlane/metadata/**' + - '_ci/check_playstore_requirements.sh' + - main jobs: check: