diff options
| author | Bobby <[email protected]> | 2022-11-06 02:32:11 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 02:32:11 -0500 |
| commit | 57858724265b39bc829df8eaa41d7c04aa486734 (patch) | |
| tree | a03a27dd9540fc53365e7eb2f0d047c37e293df2 | |
| parent | 314537c047f46edb097179187c56ab9904277fc8 (diff) | |
| download | texty-57858724265b39bc829df8eaa41d7c04aa486734.tar.xz texty-57858724265b39bc829df8eaa41d7c04aa486734.zip | |
refactor: rename workflow
| -rw-r--r-- | .github/workflows/texty.yaml | 2 |
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: |
