From c5205f5c2c94c817bbc70746a5fbcd12c3d3cef2 Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Mon, 31 Aug 2026 18:33:22 +0200 Subject: [PATCH] ci: rename workflow to CI for badge consistency across ecosystem Aligns the CI badge label with the RVC ecosystem's other repos, which already show a consistent "CI" badge rather than a repo-specific workflow name. --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9d1b0daf..9e8a7fa7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -2,7 +2,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: build +name: CI on: push: