Skip to content

Commit

Permalink
Merge commit 130253e (no conflict)
Browse files Browse the repository at this point in the history
Parent branch: chronotope/main
Forked at: aaee912
  • Loading branch information
cecton committed Jul 12, 2020
2 parents b4296af + 130253e commit 3777c97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: lint

on:
push:
branches: [master]
branches: [main, master]
pull_request:
branches: [master]
branches: [main, master]

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: test

on:
push:
branches: [master]
branches: [main, master]
paths: '**.rs'
pull_request:
branches: [master]
branches: [main, master]
paths: '**.rs'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ which Chrono builds upon and should acknowledge:
* Luis de Bethencourt's [rust-datetime](https://github.com/luisbg/rust-datetime)

Any significant changes to Chrono are documented in
the [`CHANGELOG.md`](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) file.
the [`CHANGELOG.md`](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) file.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! * Luis de Bethencourt's [rust-datetime](https://github.com/luisbg/rust-datetime)
//!
//! Any significant changes to Chrono are documented in
//! the [`CHANGELOG.md`](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) file.
//! the [`CHANGELOG.md`](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) file.
//!
//! ## Usage
//!
Expand Down

0 comments on commit 3777c97

Please sign in to comment.