Skip to content

Commit

Permalink
CI: added builds when pushing to ***-devel branches
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent b557591 commit 10eea91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
- noetic-devel
- humble-devel
- jazzy-devel
pull_request:
branches:
- '**'
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit 10eea91

Please sign in to comment.