summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-10-29 17:07:15 -0400
committerGitHub <noreply@github.com>2019-10-29 17:07:15 -0400
commit14713adca5fe7dd4d7fceab2f802d9e91d8ac940 (patch)
tree44aa4223bd7d8be154091b42a365c68cb1f79b13 /.github/workflows
parent49e04fb240ce700a6871d6b490536a879afd99f5 (diff)
Rename Github Actions workflow (#3238)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/build.yml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/ci.yml
index 3bed415b7..03984d5ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: build
+name: ci
on: [push, pull_request]