Skip to content

Commit

Permalink
Rename master branch to main (#820)
Browse files Browse the repository at this point in the history
Per #312
  • Loading branch information
tarcieri authored Mar 7, 2021
1 parent ad84df9 commit 2c43b70
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-ids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Assign IDs

on:
push:
branches: master
branches: main

jobs:
assign-ids:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-main-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Mirror 'main' branch to 'master'

on:
push:
branches: master
branches: main

jobs:
publish-web:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish Web

on:
push:
branches: master
branches: main

jobs:
publish-web:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Validate
on:
pull_request: {}
push:
branches: master
branches: main

jobs:
lint:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and reporting (send PRs to add yours):
To report a new vulnerability, open a pull request using the template below.
See [CONTRIBUTING.md] for more information.

<a href="https://github.com/RustSec/advisory-db/blob/master/CONTRIBUTING.md">
<a href="https://github.com/RustSec/advisory-db/blob/main/CONTRIBUTING.md">
<img alt="Report Vulnerability" width="250px" height="60px" src="https://rustsec.org/img/report-vuln-button.svg">
</a>

Expand Down Expand Up @@ -106,7 +106,7 @@ patched = [">= 1.2.0"]

All content in this repository is placed in the public domain.

[![Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](https://github.com/RustSec/advisory-db/blob/master/LICENSE.txt)
[![Public Domain](http://i.creativecommons.org/p/zero/1.0/88x31.png)](https://github.com/RustSec/advisory-db/blob/main/LICENSE.txt)

[//]: # (badges)

Expand All @@ -118,9 +118,9 @@ All content in this repository is placed in the public domain.

[//]: # (general links)

[EXAMPLE_ADVISORY.md]: https://github.com/RustSec/advisory-db/blob/master/EXAMPLE_ADVISORY.md
[EXAMPLE_ADVISORY.md]: https://github.com/RustSec/advisory-db/blob/main/EXAMPLE_ADVISORY.md
[Markdown]: https://www.markdownguide.org/
[TOML]: https://github.com/toml-lang/toml
[cargo-audit]: https://github.com/rustsec/cargo-audit
[cargo-deny]: https://github.com/EmbarkStudios/cargo-deny
[CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/master/CONTRIBUTING.md
[CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/main/CONTRIBUTING.md

0 comments on commit 2c43b70

Please sign in to comment.