Skip to content

Commit

Permalink
Fix CI and README after master renamed main (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Dec 7, 2024
1 parent 3dc63ec commit 1c5b29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Font introspection, complex text shaping and glyph rendering.
For a comprehensive list of features provided by this crate, please check out
the [readme](https://github.com/dfrg/swash/blob/master/README.md) on GitHub.
the [readme](https://github.com/dfrg/swash/blob/main/README.md) on GitHub.
# Note
Expand Down

0 comments on commit 1c5b29d

Please sign in to comment.