From 1c5b29d807ed00a10ef5acc0c645d9154de13810 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sat, 7 Dec 2024 22:50:15 +0700 Subject: [PATCH] Fix CI and README after `master` renamed `main` (#79) --- .github/workflows/ci.yml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2ef4e8..23bfb90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: jobs: diff --git a/src/lib.rs b/src/lib.rs index 74e399b..0ccfac7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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