Skip to content

Commit

Permalink
Run platform tests only if relevant files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Sep 12, 2023
1 parent 8719ac4 commit 1d3a3f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/magento_platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,26 @@ on:
- "bugfix/*"
- "feature/*"
- "release/*"
paths:
- "bin/**"
- "config.yaml"
- "composer.json"
- "composer.lock"
- "res/**"
- "scoper.inc.php"
- "src/**"
pull_request_target:
branches:
- "master"
- "develop"
paths:
- "bin/**"
- "config.yaml"
- "composer.json"
- "composer.lock"
- "res/**"
- "scoper.inc.php"
- "src/**"

jobs:
phpunit:
Expand Down

0 comments on commit 1d3a3f1

Please sign in to comment.