diff options
| author | Bobby <[email protected]> | 2022-11-06 02:30:34 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-06 02:30:34 -0500 |
| commit | b7314ca0e7866162f5b391d9febc0915a63aceed (patch) | |
| tree | 40069e4a942151c9806e84a22e10e387fddd56d3 /.github/workflows | |
| parent | 7274b5ea2be657edbfa8cda1725c90abcfbfc807 (diff) | |
| download | texty-b7314ca0e7866162f5b391d9febc0915a63aceed.tar.xz texty-b7314ca0e7866162f5b391d9febc0915a63aceed.zip | |
feat: rename workflow
Diffstat (limited to '.github/workflows')
| -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 e439340..6511464 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 +name: Texty Build on: [push, pull_request] jobs: build: |
