From 65628af3823f1e1239603ab238b4060869643505 Mon Sep 17 00:00:00 2001 From: pine3ree Date: Mon, 16 Oct 2023 03:33:55 +0200 Subject: [PATCH] Rename gh-task Signed-off-by: pine3ree --- .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 6417fcf6..84799399 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ # GitHub Actions workflow for Continuos Integration tests -name: CI +name: "Continuous Integration" on: [push, pull_request]