Skip to content

Commit

Permalink
add file patterns to run tests GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slavarazum committed Mar 21, 2024
1 parent e3b33cc commit f8d9e7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: tests
on:
push:
branches: [ main ]
paths:
- '**.php'
- '.github/workflows/tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'
pull_request:
branches: [ main ]

Expand Down

0 comments on commit f8d9e7b

Please sign in to comment.