File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Rust
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ main ]
8
8
9
9
env :
10
10
CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ROS 2 for Rust
3
3
4
4
| Target | Status |
5
5
| ----------| --------|
6
- | ** Ubuntu 20.04** | [ ![ Build Status] ( https://github.com/ros2-rust/ros2_rust/actions/workflows/rust.yml/badge.svg?branch=master )] ( https://github.com/ros2-rust/ros2_rust/actions/workflows/rust.yml?branch=master ) |
6
+ | ** Ubuntu 20.04** | [ ![ Build Status] ( https://github.com/ros2-rust/ros2_rust/actions/workflows/rust.yml/badge.svg?branch=main )] ( https://github.com/ros2-rust/ros2_rust/actions/workflows/rust.yml?branch=main ) |
7
7
8
8
Introduction
9
9
------------
Original file line number Diff line number Diff line change 3
3
//!
4
4
//! For getting started, see the [README][1].
5
5
//!
6
- //! [1]: https://github.com/ros2-rust/ros2_rust/blob/master /README.md
6
+ //! [1]: https://github.com/ros2-rust/ros2_rust/blob/main /README.md
7
7
8
8
mod context;
9
9
mod error;
You can’t perform that action at this time.
0 commit comments