other: master -> main (#1349)

* other: master -> main

I'm so used to using `main` branch now that it's actually kinda annoying
to use `master` for just this repo... so might as well rename it now.

* overzealous change

* wording

* some wording

* allow auto-cancel for tests if not main
This commit is contained in:
Clement Tsang
2023-12-06 00:16:26 -05:00
committed by GitHub
parent bc6a8d7feb
commit dab4b6c483
17 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- "docs/**"
- ".github/workflows/docs.yml"