From 636a4cbbbeeb0d7ae19c381eef8a617b89517819 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:22:49 -0500 Subject: [PATCH] Rename workflow from CI to build --- .github/workflows/{ci.yml => build.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => build.yml} (98%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index d5e1430..357efe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ --- -name: CI +name: build on: push diff --git a/README.md b/README.md index 6d28cae..3ecd046 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Home Manager Configuration -[![CI](https://github.com/sestrella/home-manager.config/actions/workflows/ci.yml/badge.svg)](https://github.com/sestrella/home-manager.config/actions/workflows/ci.yml) +[![build](https://github.com/sestrella/home-manager.config/actions/workflows/build.yml/badge.svg)](https://github.com/sestrella/home-manager.config/actions/workflows/build.yml) My [Home Manager](https://github.com/nix-community/home-manager) configuration.