From 5ca671e5f500972e0053b2ec38fd500ce83d31ca Mon Sep 17 00:00:00 2001 From: selsta Date: Tue, 31 Dec 2019 00:20:49 +0100 Subject: [PATCH] workflows: rename to be consistent with cli repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7869c361..7ae60a90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: GUI build +name: continuous-integration/gh-actions/gui on: [push, pull_request]