From 2aad71f01a2c48de09eef53252841a3d1cdcaea4 Mon Sep 17 00:00:00 2001 From: Marc Hanheide Date: Fri, 20 Sep 2024 11:56:12 +0100 Subject: [PATCH] ROS CI for deployment branch --- .github/workflows/ros-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index ca82656..a1fd2a8 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -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.