From 1f69fd9dfeec0ab88fe143e88886cff4d3dbdb07 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 9 Feb 2021 11:17:47 -0700 Subject: [PATCH] ci: update actions name and filename --- .github/workflows/{build.yml => build_all.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{build.yml => build_all.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/build_all.yml similarity index 98% rename from .github/workflows/build.yml rename to .github/workflows/build_all.yml index 190d4bf..a2d89e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build_all.yml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 #*********************************************************************/ -name: Build RPC (Native) +name: Build RPC (Native) Debug/Release on: workflow_dispatch: