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:
authorRich Trott <rtrott@gmail.com>2021-09-14 17:23:54 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-16 19:40:50 +0300
commit0f1765e134980a9537543730e6b3153df0932f09 (patch)
treecd7dd641812b902921e0e65adf0edea8c665bba0 /.github
parent884b478624b2972845ab354c69272ebc3e95bb4f (diff)
build: add .mailmap/AUTHORS to paths-ignore for test-macos
PR-URL: https://github.com/nodejs/node/pull/40109 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-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: