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/test-asan.yml')
-rw-r--r--.github/workflows/test-asan.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-asan.yml b/.github/workflows/test-asan.yml
index 77839c314a5..2762a08fa10 100644
--- a/.github/workflows/test-asan.yml
+++ b/.github/workflows/test-asan.yml
@@ -9,10 +9,12 @@ on:
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
+ - '**.md'
- 'doc/**'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
+ - '**.md'
- 'doc/**'
env: