Name the whole workflow.
This commit is contained in:
parent
f8f999ab1c
commit
bdfc8e7963
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
on: [push]
|
||||
|
||||
name: Build
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Zephyr Mechanical Keyboard (ZMK) Firmware
|
||||
|
||||
![Build Test](https://github.com/zmkfirmware/zmk/workflows/Build%20Test/badge.svg)
|
||||
![Build](https://github.com/zmkfirmware/zmk/workflows/Build/badge.svg)
|
||||
|
||||
[![Netlify Status](https://api.netlify.com/api/v1/badges/942d61a9-87c0-4c23-9b51-f5ed0bce495d/deploy-status)](https://app.netlify.com/sites/zmk/deploys)
|
||||
|
||||
|
|
Loading…
Reference in a new issue