From dd9a54dc8b0c31abfb846afc1c0e243728737295 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Mon, 4 Nov 2024 18:18:35 -0500 Subject: [PATCH] use GH actions descriptively --- .github/workflows/{main.yml => tests.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{main.yml => tests.yml} (98%) diff --git a/.github/workflows/main.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/main.yml rename to .github/workflows/tests.yml index ac42598..4a60464 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,5 @@ --- -name: dots +name: tests on: push: branches: diff --git a/README.md b/README.md index c8d8580..d78911d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![dots](https://github.com/iskm/dots/actions/workflows/main.yml/badge.svg)](https://github.com/iskm/dots/actions/workflows/main.yml) +![tests](https://github.com/iskm/dots/actions/workflows/tests.yml/badge.svg) # dotfiles Quick configs i can't live without on my machines.