From fe3545023186a80fa95e72930668aadd62cce0ea Mon Sep 17 00:00:00 2001 From: Sverre Nystad Date: Tue, 26 Mar 2024 13:56:18 +0100 Subject: [PATCH] build: Update workflow name in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdaf644..482e181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: CI on: push: