Skip to content

Commit

Permalink
Update master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmguerreroh authored Jul 22, 2024
1 parent 0842c08 commit 514cbd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: jazzy
name: rolling

on:
pull_request:
branches:
- jazzy
- rolling
push:
branches:
- jazzy
- rolling

jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:jazzy-desktop
image: osrf/ros:rolling-desktop
strategy:
matrix:
os: [ubuntu-24.04]
Expand All @@ -24,7 +24,7 @@ jobs:
uses: ros-tooling/[email protected]
with:
package-name: computer_vision
target-ros2-distro: jazzy
target-ros2-distro: rolling
vcs-repo-file-url: ""
colcon-defaults: |
{
Expand Down

0 comments on commit 514cbd6

Please sign in to comment.