Skip to content

Commit

Permalink
Run CI on noetic-devel branch with upstream noetic-devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 1, 2024
1 parent debfb07 commit 3265d47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ros1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
with:
repository: 'introlab/rtabmap'
path: 'catkin_ws/src/rtabmap'
ref: 'noetic-devel'

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3265d47

Please sign in to comment.