From 2b37d14d1828a2f99b0891de8ac84abb8a2747bd Mon Sep 17 00:00:00 2001 From: "Justin \"J.R.\" Hill" Date: Thu, 2 Nov 2023 16:47:50 -0700 Subject: [PATCH] Rename workflow for asdf-vm/asdf-plugins --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cdfe597..e191d38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,6 @@ -name: Test +# This is testing scriptsand not "building" anything, but I found that +# asdf-vm/asdf-plugins really wants to see a workflow called "Build" +name: Build on: push: