Skip to content

Commit

Permalink
since develop compiling for both noetic and humble, I added them to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 8, 2024
1 parent 3007a9c commit b23954a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/humble-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI-humble
on:
push:
branches:
- 'develop'
- 'humble'
pull_request:
branches:
- 'develop'
- 'humble'
workflow_dispatch:
branches:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/noetic-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI-noetic
on:
push:
branches:
- 'develop'
- 'noetic'
pull_request:
branches:
- 'develop'
- 'noetic'
workflow_dispatch:
branches:
Expand Down

0 comments on commit b23954a

Please sign in to comment.