Skip to content

Commit

Permalink
CI: build when pushed to branch, using same branch name upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent 723ac7c commit c131062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c131062

Please sign in to comment.