CI/CD: lowercase workflow name
This commit is contained in:
parent
bd6d788f8d
commit
e0df60feb3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/crystal.yml
vendored
2
.github/workflows/crystal.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Build
|
||||
name: build
|
||||
|
||||
"on":
|
||||
push:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Noozoid
|
||||
|
||||
![Build](https://github.com/glenux/draft-noozoid/workflows/Build/badge.svg?branch=master)
|
||||
![Build](https://github.com/glenux/draft-noozoid/workflows/build/badge.svg?branch=master)
|
||||
[![GitHub license](https://img.shields.io/github/license/glenux/draft-noozoid.svg)](https://github.com/glenux/draft-noozoid/blob/master/LICENSE.txt)
|
||||
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
|
||||
|
||||
|
|
Loading…
Reference in a new issue