Skip to content

Commit 92419eb

Browse files
authored
ci: execute on PR
1 parent 5a90719 commit 92419eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/humble.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- humble
7-
7+
pull_request:
8+
branches:
9+
- humble
810
jobs:
911
ROS2:
1012
runs-on: ubuntu-22.04
@@ -23,12 +25,12 @@ jobs:
2325
- name: Build ROS 2 package
2426
uses: ros-tooling/[email protected]
2527
with:
26-
package-name: go2_robot go2_description go2_bringup go2_driver go2_hardware go2_simulation unitree_api unitree_go go2_interfaces go2_nav go2_rviz
28+
package-name: go2_robot go2_description go2_bringup go2_driver go2_hardware go2_simulation unitree_api unitree_go go2_interfaces go2_nav go2_tts go2_voxelmap go2_image_transport go2_rviz
2729
target-ros2-distro: humble
2830
colcon-defaults: |
2931
{
3032
"build": {
3133
"mixin": ["coverage-gcc"]
3234
}
3335
}
34-
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/1ddb69bedfd1f04c2f000e95452f7c24a4d6176b/index.yaml
36+
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/1ddb69bedfd1f04c2f000e95452f7c24a4d6176b/index.yaml

0 commit comments

Comments
 (0)