Skip to content

Commit

Permalink
Rename github workflow to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Troels51 committed May 6, 2024
1 parent 7e7cfc1 commit c39c35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dtui
[![CI](https://github.com/Troels51/dtui/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/Troels51/dtui/actions/workflows/rust.yml)
[![build](https://github.com/Troels51/dtui/actions/workflows/build.yml/badge.svg)](https://github.com/Troels51/dtui/actions/workflows/build.yml)
![Crates.io Version](https://img.shields.io/crates/v/dtui?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fdtui)

A small TUI for d-termining the state of your dbus.
Expand Down

0 comments on commit c39c35e

Please sign in to comment.