mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-27 04:50:58 +00:00

## Motivation The new `main` branch is forked from the `v0.1.x` branch. It will be made the default branch and going forward we will merge PRs to this branch first (and then forward port to a new `v0.2.x` branch forked from `master`). It looks like Netlify jobs weren't running on the `v0.1.x` branch, and so there were quite a few errors in the docs on that branch (which isn't great because those are the ones that get published to docs.rs). ## Solution Separate to this PR, we've enabled Netlify on the `main` branch, and this change fixes all the errors that were present in the docs. This change sets the GitHub actions to run on the `main` branch instead of `v0.1.x`. It also adds some text in the root README.md which describes the branch set-up. Refs: #3294