summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-11-21 13:19:59 -0500
committerDan Davison <dandavison7@gmail.com>2023-11-21 13:20:43 -0500
commit1aa5d91e94588331abd6edf43f3dd0b109deb8a9 (patch)
treeaa0d18644dd28c3464bf609f3a61d367b32ccf98
parent06b95306ac87c00b3146724976b35da7898a58eb (diff)
s/master/main/
-rw-r--r--.github/workflows/manual.yml2
-rw-r--r--README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml
index 18ffcd5e..8c777f2e 100644
--- a/.github/workflows/manual.yml
+++ b/.github/workflows/manual.yml
@@ -3,7 +3,7 @@ name: Deploy Manual
on:
push:
branches:
- - master
+ - main
paths:
- "manual/**"
diff --git a/README.md b/README.md
index 1aa2a6f4..06035437 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
<a href="https://github.com/dandavison/delta/actions">
<img src="https://github.com/dandavison/delta/workflows/Continuous%20Integration/badge.svg" alt="CI">
</a>
- <a href="https://coveralls.io/github/dandavison/delta?branch=master">
- <img src="https://coveralls.io/repos/github/dandavison/delta/badge.svg?branch=master" alt="Coverage Status">
+ <a href="https://coveralls.io/github/dandavison/delta?branch=main">
+ <img src="https://coveralls.io/repos/github/dandavison/delta/badge.svg?branch=main" alt="Coverage Status">
</a>
<a href="https://gitter.im/dandavison-delta/community?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge">
<img src="https://badges.gitter.im/dandavison-delta/community.svg" alt="Gitter">