We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6780918 commit a11e5f6Copy full SHA for a11e5f6
.github/workflows/ci.yaml
@@ -10,17 +10,17 @@ on:
10
workflow_dispatch:
11
pull_request:
12
branches:
13
- - main
+ - humble
14
push:
15
16
17
18
jobs:
19
default:
20
strategy:
21
matrix:
22
env:
23
- - IMAGE: rolling-source
+ - IMAGE: humble-source
24
25
26
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
.github/workflows/deploy.yml
@@ -6,6 +6,7 @@ on:
6
7
8
- main
9
- galactic
- foxy
0 commit comments