From 2e01448992c9883bdaaa22311d3b06b8440498f5 Mon Sep 17 00:00:00 2001 From: medihack Date: Fri, 3 Jan 2025 08:42:49 +0000 Subject: [PATCH] Better naming of Github Action --- .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 07d9cb4..f61c78f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI +name: Run Continuous Integration on: push: branches: [main]