Skip to content

Commit

Permalink
reduce amount of runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Dec 6, 2023
1 parent 2f911bc commit 5038b1b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Run tests

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


jobs:
run-tests:
Expand Down

0 comments on commit 5038b1b

Please sign in to comment.