From 48a6d2f781bb097be5182ce2b968c8b877a09984 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 17 Dec 2020 20:59:56 -0600 Subject: [PATCH] GH-Actions: Undo my workflow name change Changing it also modified the names of all previous builds. --- .github/workflows/ci-scripts-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index e6c313f6c..01f55ebd7 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -3,9 +3,9 @@ # This is YAML - indentation levels are crucial -# Workflow name +# Workflow name, shared by all branches -name: Base-3.15 +name: Base # Trigger on pushes and PRs to any branch on: