diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 96ce5778f..24c4a0baf 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -3,9 +3,9 @@ name: ros2 on: push: - branches: [ ros2 ] + branches: [ humble-devel ] pull_request: - branches: [ ros2 ] + branches: [ humble-devel ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -34,7 +34,7 @@ jobs: with: required-ros-distributions: ${{ matrix.ros_distro }} - run: | - echo "repositories:\n introlab/rtabmap:\n type: git\n url: https://github.com/introlab/rtabmap.git\n version: master\n" > /tmp/deps.repos &&\ + echo "repositories:\n introlab/rtabmap:\n type: git\n url: https://github.com/introlab/rtabmap.git\n version: humble-devel\n" > /tmp/deps.repos &&\ cat /tmp/deps.repos - uses: ros-tooling/action-ros-ci@v0.3 with: