mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
CI: added builds when pushing to ***-devel branches
This commit is contained in:
4
.github/workflows/cmake-ros.yml
vendored
4
.github/workflows/cmake-ros.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- noetic-devel
|
||||
- humble-devel
|
||||
- jazzy-devel
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
@@ -32,6 +35,7 @@ jobs:
|
||||
- ros_distribution: 'jazzy'
|
||||
os: ubuntu-24.04
|
||||
|
||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/${{ matrix.ros_distribution }}-devel'
|
||||
steps:
|
||||
- uses: ros-tooling/setup-ros@v0.7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user