Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! tools: ignore more paths in GHA CI
  • Loading branch information
aduh95 committed Dec 1, 2025
commit fe1142358e13e0a7f1bc61731974fef9ead22a66
4 changes: 2 additions & 2 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- tools/eslint/**
- tools/lint-md/**
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/build-tarball.yml'
push:
Expand Down Expand Up @@ -55,7 +55,7 @@ on:
- tools/eslint/**
- tools/lint-md/**
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/build-tarball.yml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- tools/eslint/**
- tools/lint-md/**
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/test-macos.yml'
push:
Expand Down Expand Up @@ -56,7 +56,7 @@ on:
- tools/eslint/**
- tools/lint-md/**
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/test-macos.yml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
- '!tools/v8/**'
- '!tools/v8_gypfiles/**'
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/test-shared.yml'
types: [opened, synchronize, reopened, ready_for_review]
Expand Down Expand Up @@ -86,7 +86,7 @@ on:
- '!tools/v8/**'
- '!tools/v8_gypfiles/**'
- typings/**
- vcbuild.bat
- vcbuild.bat
- .**
- '!.github/workflows/test-shared.yml'

Expand Down
Loading