CI: added builds when pushing to ***-devel branches

This commit is contained in:
matlabbe
2024-11-30 18:06:41 -08:00
parent b55759174d
commit 10eea91044

View File

@@ -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: