mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
2
.github/workflows/build-tarball.yml
vendored
2
.github/workflows/build-tarball.yml
vendored
@@ -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/**
|
||||
|
||||
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
4
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
@@ -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/**
|
||||
|
||||
Reference in New Issue
Block a user