From 3265d471bfb0d12f704a44b082ae991ed281d959 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sun, 1 Dec 2024 10:19:37 -0800 Subject: [PATCH] Run CI on noetic-devel branch with upstream noetic-devel branch --- .github/workflows/ros1.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ros1.yml b/.github/workflows/ros1.yml index 39f25e630..2da6e3f36 100644 --- a/.github/workflows/ros1.yml +++ b/.github/workflows/ros1.yml @@ -2,9 +2,9 @@ name: ros1 on: push: - branches: [ master ] + branches: [ noetic-devel ] pull_request: - branches: [ master ] + branches: [ noetic-devel ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -50,6 +50,7 @@ jobs: with: repository: 'introlab/rtabmap' path: 'catkin_ws/src/rtabmap' + ref: 'noetic-devel' - uses: actions/checkout@v2 with: