change name to build

pull/10094/head
Medya Gh 2021-01-05 15:38:45 -08:00
parent f753287d27
commit f2563c5f39
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build Master
name: build
on:
push:
branches:

View File

@ -1,6 +1,6 @@
# minikube
[![Actions Status](https://github.com/kubernetes/minikube/workflows/Build%20Master/badge.svg)](https://github.com/kubernetes/minikube/actions)
[![Actions Status](https://github.com/kubernetes/minikube/workflows/build/badge.svg)](https://github.com/kubernetes/minikube/actions)
[![GoReport Widget]][GoReport Status]
[![Github All Releases](https://img.shields.io/github/downloads/kubernetes/minikube/total.svg)](https://github.com/kubernetes/minikube/releases/latest)
[![Latest Release](https://img.shields.io/github/v/release/kubernetes/minikube?include_prereleases)](https://github.com/kubernetes/minikube/releases/latest)

View File

@ -55,7 +55,7 @@ var (
`go-version: '.*`: `go-version: '{{.StableVersion}}'`,
},
},
".github/workflows/build_master.yml": {
".github/workflows/build.yml": {
Replace: map[string]string{
`go-version: '.*`: `go-version: '{{.StableVersion}}'`,
},