tools: fix `paths-ignore` in gha files · nodejs/node@b756154 · GitHub
Skip to content

Commit b756154

Browse files
aduh95RafaelGSS
authored andcommitted
tools: fix paths-ignore in gha files
PR-URL: #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>
1 parent 18ed53f commit b756154

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 0 deletions

.github/workflows/test-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- .mailmap
77
- README.md
88
- test/internet/**
9-
- '*.nix'
9+
- '**.nix'
1010
- .github/**
1111
- '!.github/workflows/test-linux.yml'
1212
types: [opened, synchronize, reopened, ready_for_review]
@@ -20,7 +20,7 @@ on:
2020
- .mailmap
2121
- README.md
2222
- test/internet/**
23-
- '*.nix'
23+
- '**.nix'
2424
- .github/**
2525
- '!.github/workflows/test-linux.yml'
2626

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)