diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ios-screenshots-creation.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ios-screenshots-creation.yml b/.github/workflows/ios-screenshots-creation.yml index cc02a35212..d4e1e28c56 100644 --- a/.github/workflows/ios-screenshots-creation.yml +++ b/.github/workflows/ios-screenshots-creation.yml @@ -4,6 +4,10 @@ on: push: tags: - ios/* + pull_request: + paths: + - ios/Gemfile + - ios/Gemfile.lock workflow_dispatch: jobs: test: |
