summaryrefslogtreecommitdiff
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
parent49e04fb240ce700a6871d6b490536a879afd99f5 (diff)
Rename Github Actions workflow (#3238)
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/build.yml)2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 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]
diff --git a/README.md b/README.md
index 1e0488c7f..3d11df19d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
-[![Build Status](https://github.com/denoland/deno/workflows/build/badge.svg)](https://github.com/denoland/deno/actions)
+[![Build Status](https://github.com/denoland/deno/workflows/ci/badge.svg?branch=master&event=push)](https://github.com/denoland/deno/actions)
Deno aims to provide a productive and secure scripting environment for the
modern programmer. It is built on top of V8, Rust, and TypeScript.