File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 44# Specifies the events that trigger the workflow
55on :
66 push :
7- branches : [ main, humble ]
7+ branches : [ main, humble, jazzy ]
88 pull_request :
9- branches : [ main, humble ]
9+ branches : [ main, humble, jazzy ]
1010
1111# Defines a set of jobs to be run as part of the workflow
1212jobs :
@@ -18,21 +18,21 @@ jobs:
1818 matrix :
1919 ros_distribution :
2020 - humble
21- # - jazzy
22- # - rolling
21+ - jazzy
22+ - rolling
2323 include :
2424 # ROS 2 Humble Hawksbill
2525 - docker_image : ubuntu:jammy
2626 ros_distribution : humble
2727 ros_version : 2
2828 # ROS 2 Jazzy Jalisco
29- # - docker_image: ubuntu:noble
30- # ros_distribution: jazzy
31- # ros_version: 2
29+ - docker_image : ubuntu:noble
30+ ros_distribution : jazzy
31+ ros_version : 2
3232 # ROS 2 Rolling Ridley
33- # - docker_image: ubuntu:noble
34- # ros_distribution: rolling
35- # ros_version: 2
33+ - docker_image : ubuntu:noble
34+ ros_distribution : rolling
35+ ros_version : 2
3636 container :
3737 image : ${{ matrix.docker_image }}
3838 steps :
You can’t perform that action at this time.
0 commit comments