File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [ phoenix, main ]
66 tags :
77 - ' v*.*.*'
8+ paths :
9+ - ' Controller/**'
10+ - ' app/**'
11+ - ' .github/workflows/ci.yml'
812 pull_request :
913 branches : [ phoenix, main ]
14+ paths :
15+ - ' Controller/**'
16+ - ' app/**'
17+ - ' .github/workflows/ci.yml'
1018
1119jobs :
1220 version :
Original file line number Diff line number Diff line change @@ -3,8 +3,22 @@ name: Unit Tests
33on :
44 push :
55 branches : [ phoenix, main ]
6+ paths :
7+ - ' Controller/main/InverseKinematics.cpp'
8+ - ' Controller/main/AxisScaling.cpp'
9+ - ' Controller/main/MotionCueing.cpp'
10+ - ' Controller/include/**'
11+ - ' tests/**'
12+ - ' .github/workflows/unit_tests.yml'
613 pull_request :
714 branches : [ phoenix, main ]
15+ paths :
16+ - ' Controller/main/InverseKinematics.cpp'
17+ - ' Controller/main/AxisScaling.cpp'
18+ - ' Controller/main/MotionCueing.cpp'
19+ - ' Controller/include/**'
20+ - ' tests/**'
21+ - ' .github/workflows/unit_tests.yml'
822
923jobs :
1024 unit-tests :
You can’t perform that action at this time.
0 commit comments