Skip to content

Commit a11e5f6

Browse files
committed
Create Humble tutorials from main
1 parent 6780918 commit a11e5f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ on:
1010
workflow_dispatch:
1111
pull_request:
1212
branches:
13-
- main
13+
- humble
1414
push:
1515
branches:
16-
- main
16+
- humble
1717

1818
jobs:
1919
default:
2020
strategy:
2121
matrix:
2222
env:
23-
- IMAGE: rolling-source
23+
- IMAGE: humble-source
2424

2525
env:
2626
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- humble
910
- galactic
1011
- foxy
1112

0 commit comments

Comments
 (0)