Skip to content

Commit

Permalink
test(action): run run-tests.yml on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
achmadhadikurnia committed Jul 6, 2024
1 parent 793c4d8 commit 93c2dd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'
pull_request:
paths:
- '**.php'
- '.github/workflows/run-tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'

jobs:
test:
Expand Down

0 comments on commit 93c2dd2

Please sign in to comment.