Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-08 12:32:14 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-08 12:32:14 +0300
commit4228b77002bc070868721adcbd843315f4432c2a (patch)
treef249c7f47750fe4429489ecd8e4bdfa8bcd362b8
parent5946c229b1d46486eb552ddf5b0c61a82ca05b77 (diff)
Run PHPUnit on composer change
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 93a83d93e..b63a7e1c2 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -8,6 +8,9 @@ on:
- 'lib/**'
- 'templates/**'
- 'tests/**'
+ - '.php-cs-fixer.dist.php'
+ - 'composer.json'
+ - 'composer.lock'
push:
branches: