From 07b6db89c1127db93e40d43e670e80708f85aa03 Mon Sep 17 00:00:00 2001 From: Marc Hanheide Date: Tue, 23 Apr 2024 13:33:49 +0100 Subject: [PATCH] correct branch of CI workflow --- .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 69fdbfd..ca82656 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: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: test_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions.