tools: fix paths-ignore in gha files

PR-URL: https://github.com/nodejs/node/pull/60753
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel
2025-11-18 23:45:40 +02:00
committed by GitHub
parent 037a673b9b
commit d4a282b302
3 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ on:
paths-ignore:
- .mailmap
- '**.md'
- '**.nix'
- AUTHORS
- doc/**
- test/internet/**
@@ -19,6 +20,7 @@ on:
paths-ignore:
- .mailmap
- '**.md'
- '**.nix'
- AUTHORS
- doc/**
- test/internet/**

View File

@@ -6,7 +6,7 @@ on:
- .mailmap
- README.md
- test/internet/**
- '*.nix'
- '**.nix'
- .github/**
- '!.github/workflows/test-linux.yml'
types: [opened, synchronize, reopened, ready_for_review]
@@ -20,7 +20,7 @@ on:
- .mailmap
- README.md
- test/internet/**
- '*.nix'
- '**.nix'
- .github/**
- '!.github/workflows/test-linux.yml'

View File

@@ -6,7 +6,7 @@ on:
paths-ignore:
- .mailmap
- '**.md'
- '*.nix'
- '**.nix'
- AUTHORS
- doc/**
- test/internet/**
@@ -21,7 +21,7 @@ on:
paths-ignore:
- .mailmap
- '**.md'
- '*.nix'
- '**.nix'
- AUTHORS
- doc/**
- test/internet/**