From 314537c047f46edb097179187c56ab9904277fc8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 6 Nov 2022 02:31:08 -0500 Subject: feat: rename workflow --- .github/workflows/texty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/texty.yaml b/.github/workflows/texty.yaml index 6511464..79c0a40 100644 --- a/.github/workflows/texty.yaml +++ b/.github/workflows/texty.yaml @@ -1,7 +1,7 @@ # This is a github action to build texty # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions -name: Texty Build +name: "Texty Build" on: [push, pull_request] jobs: build: -- cgit v1.2.3