Skip to content

Commit fe11423

Browse files
committed
fixup! tools: ignore more paths in GHA CI
1 parent c05a730 commit fe11423

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- tools/eslint/**
2626
- tools/lint-md/**
2727
- typings/**
28-
- vcbuild.bat
28+
- vcbuild.bat
2929
- .**
3030
- '!.github/workflows/build-tarball.yml'
3131
push:
@@ -55,7 +55,7 @@ on:
5555
- tools/eslint/**
5656
- tools/lint-md/**
5757
- typings/**
58-
- vcbuild.bat
58+
- vcbuild.bat
5959
- .**
6060
- '!.github/workflows/build-tarball.yml'
6161

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- tools/eslint/**
2626
- tools/lint-md/**
2727
- typings/**
28-
- vcbuild.bat
28+
- vcbuild.bat
2929
- .**
3030
- '!.github/workflows/test-macos.yml'
3131
push:
@@ -56,7 +56,7 @@ on:
5656
- tools/eslint/**
5757
- tools/lint-md/**
5858
- typings/**
59-
- vcbuild.bat
59+
- vcbuild.bat
6060
- .**
6161
- '!.github/workflows/test-macos.yml'
6262

.github/workflows/test-shared.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
- '!tools/v8/**'
4141
- '!tools/v8_gypfiles/**'
4242
- typings/**
43-
- vcbuild.bat
43+
- vcbuild.bat
4444
- .**
4545
- '!.github/workflows/test-shared.yml'
4646
types: [opened, synchronize, reopened, ready_for_review]
@@ -86,7 +86,7 @@ on:
8686
- '!tools/v8/**'
8787
- '!tools/v8_gypfiles/**'
8888
- typings/**
89-
- vcbuild.bat
89+
- vcbuild.bat
9090
- .**
9191
- '!.github/workflows/test-shared.yml'
9292

0 commit comments

Comments
 (0)