Use renamed "main" branch instead of "master"

This commit is contained in:
arkon 2022-11-27 10:08:30 -05:00
parent 7ec35dfbbf
commit f013bdad02
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build and deploy website
on:
push:
branches:
- master
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -54,7 +54,7 @@ Some **DO**s and **DO NOT**s for [FAQ](../help/faq/README.md).
- **DO** bold important words in your text:
> ...checking the **Download badges** option...
- **DO** use **[NavigationText](https://github.com/tachiyomiorg/website/blob/master/src/.vuepress/components/NavigationText.vue#L35-L82)** items when applicable:
- **DO** use **[NavigationText](https://github.com/tachiyomiorg/website/blob/main/src/.vuepress/components/NavigationText.vue#L35-L82)** items when applicable:
> <NavigationText item="library"/>
- **DO** use unordered lists when writing a list of stuff that's not an instruction: