Skip to content

Commit

Permalink
ci: only run tests when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Mar 27, 2024
1 parent c799760 commit 962b843
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Run tests

on:
- push
- pull_request
pull_request:
push:
paths:
- '**.php'
- '.github/workflows/tests.yml'
- 'phpunit.xml.dist'
- 'composer.json'
- 'composer.lock'

jobs:
php-tests:
Expand Down

0 comments on commit 962b843

Please sign in to comment.