diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d11814..05aa176 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,10 +3,10 @@ name: Lint on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: lint-md: diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 97d41a3..632ea7a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,10 +2,10 @@ name: Rust on: push: branches: - - master + - main pull_request: branches: - - master + - main schedule: - cron: 0 0 * * * env: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afe1aaf..f04ac98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Our goal is to have mostly projects that are stable and useful to many users. ## How? -The easiest way is to go to https://github.com/rust-unofficial/awesome-rust/blob/master/README.md and click on the "pen" icon in the upper right corner. Make the changes to the file and follow the instructions to create a pull request. +The easiest way is to go to https://github.com/rust-unofficial/awesome-rust/blob/main/README.md and click on the "pen" icon in the upper right corner. Make the changes to the file and follow the instructions to create a pull request. If you want to add an entry to the `README.md` please consider this: diff --git a/README.md b/README.md index 21eb3ff..dab036f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome Rust [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) +# Awesome Rust [![build badge](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rust-unofficial/awesome-rust/actions/workflows/rust.yml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/rust-unofficial/awesome-rust/) A curated list of Rust code and resources.