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

github.com/nextcloud/external.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:26:29 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-08 12:26:29 +0300
commit485f1ffb229c6bfface1a972a3ba6ffe4377009d (patch)
tree6cc3d804f34c4e231a3c0ce2375cd96723b2dbba
parent00b4f9ac71eea1c3098bd2fbd10ca84b7bba9068 (diff)
Ignore workflows tooimprove-templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/phpunit-summary.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-summary.yml b/.github/workflows/phpunit-summary.yml
index a7e2d3a..d4d1974 100644
--- a/.github/workflows/phpunit-summary.yml
+++ b/.github/workflows/phpunit-summary.yml
@@ -9,6 +9,7 @@ on:
pull_request:
paths:
- '**'
+ - '!.github/workflows/**'
- '!appinfo/**'
- '!lib/**'
- '!templates/**'