aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-06 02:32:11 -0500
committerBobby <[email protected]>2022-11-06 02:32:11 -0500
commit57858724265b39bc829df8eaa41d7c04aa486734 (patch)
treea03a27dd9540fc53365e7eb2f0d047c37e293df2 /.github
parent314537c047f46edb097179187c56ab9904277fc8 (diff)
downloadtexty-57858724265b39bc829df8eaa41d7c04aa486734.tar.xz
texty-57858724265b39bc829df8eaa41d7c04aa486734.zip
refactor: rename workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/texty.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/texty.yaml b/.github/workflows/texty.yaml
index 79c0a40..3d59035 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: "Build"
on: [push, pull_request]
jobs:
build: