convert master to main

This commit is contained in:
Hilary Holz 2020-06-29 11:51:16 -07:00
parent 5aa02aff94
commit 688886f47f
3 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
go-pipeline:

View File

@ -5,4 +5,4 @@
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
}

View File

@ -25,7 +25,7 @@ go test -mod=vendor .
Godo follows [semver](https://www.semver.org) versioning semantics.
New functionality should be accompanied by increment to the minor
version number. Any code merged to master is subject to release.
version number. Any code merged to main is subject to release.
## Releasing