diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 22:48:25 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 22:48:25 -0400 |
commit | bdfc8e7963498b77712799e948ad9fb8e0f04107 (patch) | |
tree | 95770049cc40d188bc9e653dafc132ca22e3d620 /.github | |
parent | f8f999ab1c3f98c4ad150855e6e4159090dbda7f (diff) |
Name the whole workflow.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9139abc..16f1710 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,7 @@ on: [push] +name: Build + jobs: build: runs-on: ubuntu-latest |