File tree Expand file tree Collapse file tree 1 file changed +46
-22
lines changed
Expand file tree Collapse file tree 1 file changed +46
-22
lines changed Original file line number Diff line number Diff line change @@ -3,31 +3,55 @@ name: Coverage Windows
33on :
44 pull_request :
55 types : [opened, synchronize, reopened, ready_for_review]
6- paths :
7- - lib/**/*.js
8- - vcbuild.bat
9- - src/**/*.cc
10- - src/**/*.h
11- - test/**
12- - tools/gyp/**
13- - tools/test.py
14- - .github/workflows/coverage-windows.yml
15- - codecov.yml
16- - .nycrc
6+ paths-ignore :
7+ - ' **.md'
8+ - ' **.nix'
9+ - eslint.config.mjs
10+ - ' **/eslint.config_partial.mjs'
11+ - android-configure
12+ - android-configure.py
13+ - android-patches/**
14+ - benchmarks/**
15+ - doc/**
16+ - pyproject.yml
17+ - tsconfig.json
18+ - test/internet/**
19+ - tools/actions/**
20+ - tools/bootstrap/**
21+ - tools/dep_updaters/**
22+ - tools/doc/**
23+ - tools/eslint-rules/**
24+ - tools/eslint/**
25+ - tools/lint-md/**
26+ - typings/**
27+ - .**
28+ - ' !.github/workflows/coverage-windows.yml'
1729 push :
1830 branches :
1931 - main
20- paths :
21- - lib/**/*.js
22- - vcbuild.bat
23- - src/**/*.cc
24- - src/**/*.h
25- - test/**
26- - tools/gyp/**
27- - tools/test.py
28- - .github/workflows/coverage-windows.yml
29- - codecov.yml
30- - .nycrc
32+ paths-ignore :
33+ - ' **.md'
34+ - ' **.nix'
35+ - eslint.config.mjs
36+ - ' **/eslint.config_partial.mjs'
37+ - android-configure
38+ - android-configure.py
39+ - android-patches/**
40+ - benchmarks/**
41+ - doc/**
42+ - pyproject.yml
43+ - tsconfig.json
44+ - test/internet/**
45+ - tools/actions/**
46+ - tools/bootstrap/**
47+ - tools/dep_updaters/**
48+ - tools/doc/**
49+ - tools/eslint-rules/**
50+ - tools/eslint/**
51+ - tools/lint-md/**
52+ - typings/**
53+ - .**
54+ - ' !.github/workflows/coverage-windows.yml'
3155
3256concurrency :
3357 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
You can’t perform that action at this time.
0 commit comments