Skip to content

Commit

Permalink
Merge pull request #69 from opatry/check-playstore-requirements-on-pr
Browse files Browse the repository at this point in the history
Check Play Store requirements on PRs as well
  • Loading branch information
opatry authored Oct 16, 2024
2 parents e7f23e5 + b182693 commit 2eb82cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-playstore-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2eb82cc

Please sign in to comment.