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:
-rw-r--r--.github/workflows/test-macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml
index adcacc9b991..a099a25285c 100644
--- a/.github/workflows/test-macos.yml
+++ b/.github/workflows/test-macos.yml
@@ -4,7 +4,9 @@ on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
+ - '.mailmap'
- '**.md'
+ - 'AUTHORS'
- 'doc/**'
push:
branches:
@@ -14,7 +16,9 @@ on:
- v[0-9]+.x-staging
- v[0-9]+.x
paths-ignore:
+ - '.mailmap'
- '**.md'
+ - 'AUTHORS'
- 'doc/**'
env: