Skip to content

Commit

Permalink
ROS CI for deployment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-hanheide authored Sep 20, 2024
1 parent 12fcc74 commit 2aad71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ros-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: ros CI
on:
push:
# you may want to configure the branches that this should be run on here.
branches: [ "main" ]
branches: [ "deployment" ]
pull_request:
branches: [ "main" ]
branches: [ "deployment" ]

jobs:
test_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions.
Expand Down

0 comments on commit 2aad71f

Please sign in to comment.