File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,26 @@ name: .NET 10
66on :
77 push :
88 branches : [ "mainline" ]
9+ paths-ignore :
10+ - ' docs/**'
11+ - ' examples/**'
12+ - ' samples/**'
13+ - ' snippets/**'
14+ - ' build_tools/**'
15+ - ' dogfood_output/**'
16+ - ' *.md'
17+ - ' LICENSE'
918 pull_request :
1019 branches : [ "mainline" ]
20+ paths-ignore :
21+ - ' docs/**'
22+ - ' examples/**'
23+ - ' samples/**'
24+ - ' snippets/**'
25+ - ' build_tools/**'
26+ - ' dogfood_output/**'
27+ - ' *.md'
28+ - ' LICENSE'
1129
1230jobs :
1331 build :
Original file line number Diff line number Diff line change @@ -6,8 +6,26 @@ name: .NET 9
66on :
77 push :
88 branches : [ "mainline" ]
9+ paths-ignore :
10+ - ' docs/**'
11+ - ' examples/**'
12+ - ' samples/**'
13+ - ' snippets/**'
14+ - ' build_tools/**'
15+ - ' dogfood_output/**'
16+ - ' *.md'
17+ - ' LICENSE'
918 pull_request :
1019 branches : [ "mainline" ]
20+ paths-ignore :
21+ - ' docs/**'
22+ - ' examples/**'
23+ - ' samples/**'
24+ - ' snippets/**'
25+ - ' build_tools/**'
26+ - ' dogfood_output/**'
27+ - ' *.md'
28+ - ' LICENSE'
1129
1230jobs :
1331 build :
You can’t perform that action at this time.
0 commit comments