Compare commits

...
+2 -2
View File
@@ -3,7 +3,7 @@ name: CMake-ROS
on:
push:
branches:
- master
- humble-devel
pull_request:
branches:
- '**'
@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ros_distribution: [ humble, jazzy, kilted, rolling ]
ros_distribution: [ humble ]
include:
- ros_distribution: 'humble'
os: ubuntu-22.04