File tree Expand file tree Collapse file tree 9 files changed +29
-11
lines changed Expand file tree Collapse file tree 9 files changed +29
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ name: Coverage
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
11+ paths-ignore :
12+ - ' web/**'
913
1014permissions : read-all
1115
Original file line number Diff line number Diff line change 11---
22name : Create OCI image
33on :
4- pull_request :
4+ push :
55 branches :
66 - main
7- paths-ignore :
8- - ' docs/**'
9- push :
7+ pull_request :
108 branches :
119 - main
10+ paths-ignore :
11+ - ' web/**'
1212
1313permissions : read-all
1414
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Local Remote Execution
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: CI
44on :
55 push :
66 branches : [ main ]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [ main ]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Bazel Native
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Cargo Native
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Nix
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Sanitizers
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ name: Templates
44on :
55 push :
66 branches : [main]
7+ paths-ignore :
8+ - ' web/**'
79 pull_request :
810 branches : [main]
911 paths-ignore :
10- - ' docs /**'
12+ - ' web /**'
1113
1214permissions : read-all
1315
You can’t perform that action at this time.
0 commit comments