Address insensitive language (#2677)

* Change master to main in most uses

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2020-07-17 17:59:51 -04:00
committed by GitHub
parent 2376b697af
commit f42c63af1b
246 changed files with 443 additions and 440 deletions

View File

@@ -2,7 +2,7 @@ name: build-image
on:
push:
branches: [ master ]
branches: [ main ]
paths:
- 'hack/build-image/Dockerfile'

View File

@@ -1,8 +1,8 @@
name: Master CI
name: Main CI
on:
push:
branches: [ master ]
branches: [ main ]
tags:
- '*'