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 <213943+nickvergessen@users.noreply.github.com>2022-08-08 12:39:09 +0300
committerGitHub <noreply@github.com>2022-08-08 12:39:09 +0300
commit6804d6cd5065cd862b32763ab4a95c96eb0c69ef (patch)
tree554b683be09ba2c1f05fc3e6cac0bab0eb28c80d
parenteaa0e60240f6657d5db3f5c7cc01f59d14f0d406 (diff)
parent4228b77002bc070868721adcbd843315f4432c2a (diff)
Merge pull request #7684 from nextcloud/bugfix/noid/run-phpunit-on-composer-change
Run PHPUnit on composer change
-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: