Skip to content

Commit

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

Please sign in to comment.