File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: C++ bindings
22
33on :
44 push :
5- paths :
5+ paths : &paths
66 - " .github/workflows/cpp-bindings.yml"
77 - " include/"
88 - " src/"
1212 - main
1313 - ruby-4.0
1414 pull_request :
15+ paths : *paths
1516
1617jobs :
1718 test :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Java WASM bindings
22
33on :
44 push :
5- paths :
5+ paths : &paths
66 - " .github/workflows/java-wasm-bindings.yml"
77 - " include/"
88 - " src/"
1313 - main
1414 - ruby-4.0
1515 pull_request :
16+ paths : *paths
1617
1718jobs :
1819 build-wasm :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: JavaScript bindings
22
33on :
44 push :
5- paths :
5+ paths : &paths
66 - " .github/workflows/javascript-bindings.yml"
77 - " include/"
88 - " src/"
1111 - main
1212 - ruby-4.0
1313 pull_request :
14+ paths : *paths
1415
1516jobs :
1617 build :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Rust bindings
22
33on :
44 push :
5- paths :
5+ paths : &paths
66 - " .github/workflows/rust-bindings.yml"
77 - " include/"
88 - " src/"
1212 - main
1313 - ruby-4.0
1414 pull_request :
15+ paths : *paths
1516
1617env :
1718 RUSTFLAGS : " -D warnings"
You can’t perform that action at this time.
0 commit comments