Skip to content

Commit c75f2c5

Browse files
authored
Update CI and README.md to use the main branch (#195)
* Update CI and README.md to use the main branch * Update link
1 parent 30b1931 commit c75f2c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ROS 2 for Rust
33

44
| Target | Status |
55
|----------|--------|
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) |
77

88
Introduction
99
------------

rclrs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//!
44
//! For getting started, see the [README][1].
55
//!
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
77
88
mod context;
99
mod error;

0 commit comments

Comments
 (0)