From 8be9ca995193143a70bd540341eb12d852ba44f5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 16 Sep 2021 06:22:17 +0000 Subject: [PATCH] Updating GHES workflows --- ci/properties/makefile.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/makefile.properties.json b/ci/properties/makefile.properties.json index 93ecf1e..209bf70 100644 --- a/ci/properties/makefile.properties.json +++ b/ci/properties/makefile.properties.json @@ -2,5 +2,5 @@ "name": "Build projects with Make", "description": "Build and test a project using Make.", "iconName": "makefile", - "categories": ["Makefile"] + "categories": ["Continuous integration", "Makefile"] }