We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982114b commit 3b69459Copy full SHA for 3b69459
1 file changed
.github/workflows/ci.yaml
@@ -3,20 +3,20 @@ name: ROS2 CI - Build and Test
3
on:
4
push:
5
branches:
6
- - 'humble'
+ - 'main'
7
pull_request:
8
workflow_dispatch:
9
10
- '*'
11
12
jobs:
13
jazzy_build_and_test:
14
- uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@feature/parameterize-ros-distro
+ uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
15
secrets: inherit
16
with:
17
ros_distro: jazzy
18
humble_build_and_test:
19
20
21
22
ros_distro: humble
0 commit comments