diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-12 12:41:04 +0100 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-03-12 12:41:04 +0100 |
commit | fc105b9ed8bd8e5bc7bcfe67fffe01c19711b11d (patch) | |
tree | 1431f119df9e8bd39e17bc2d4919eda7786d2df6 /.github | |
parent | 75f177c169b7b212ec5189e77599393080aa7fe2 (diff) | |
download | nextcloud-server-fix/code-sign-test.tar.gz nextcloud-server-fix/code-sign-test.zip |
fix(mime-types): adjust compiled mime types and signfix/code-sign-test
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-nodb.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-nodb.yml b/.github/workflows/phpunit-nodb.yml index cccba4c8dc2..4ee2d74f49d 100644 --- a/.github/workflows/phpunit-nodb.yml +++ b/.github/workflows/phpunit-nodb.yml @@ -42,6 +42,7 @@ jobs: - '**/lib/**' - '**/templates/**' - '**/tests/**' + - 'resources/**' - 'vendor/**' - 'vendor-bin/**' - '.php-cs-fixer.dist.php' |