summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-08 22:48:25 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-08 22:48:25 -0400
commitbdfc8e7963498b77712799e948ad9fb8e0f04107 (patch)
tree95770049cc40d188bc9e653dafc132ca22e3d620
parentf8f999ab1c3f98c4ad150855e6e4159090dbda7f (diff)
Name the whole workflow.
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--README.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9139abc..16f1710 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,5 +1,7 @@
on: [push]
+name: Build
+
jobs:
build:
runs-on: ubuntu-latest
diff --git a/README.md b/README.md
index 8ed65d7..00f55b2 100644
--- a/README.md
+++ b/README.md
@@ -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)