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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage-linux.yml')
-rw-r--r--.github/workflows/coverage-linux.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml
index f628521bb7e..9cc17aa892d 100644
--- a/.github/workflows/coverage-linux.yml
+++ b/.github/workflows/coverage-linux.yml
@@ -4,18 +4,20 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- - 'doc/**'
- - 'deps/**'
+ - '**.md'
- 'benchmark/**'
+ - 'deps/**'
+ - 'doc/**'
- 'tools/**'
push:
branches:
- master
- main
paths-ignore:
- - 'doc/**'
- - 'deps/**'
+ - '**.md'
- 'benchmark/**'
+ - 'deps/**'
+ - 'doc/**'
- 'tools/**'
env: