Skip to content

Commit 3b69459

Browse files
authored
chore: use ci main branch, target this repo's main branch (#55)
1 parent 982114b commit 3b69459

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: ROS2 CI - Build and Test
33
on:
44
push:
55
branches:
6-
- 'humble'
6+
- 'main'
77
pull_request:
88
workflow_dispatch:
99
branches:
1010
- '*'
1111

1212
jobs:
1313
jazzy_build_and_test:
14-
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@feature/parameterize-ros-distro
14+
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
1515
secrets: inherit
1616
with:
1717
ros_distro: jazzy
1818
humble_build_and_test:
19-
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@feature/parameterize-ros-distro
19+
uses: naturerobots/github_automation_public/.github/workflows/ros_ci.yaml@main
2020
secrets: inherit
2121
with:
2222
ros_distro: humble

0 commit comments

Comments
 (0)