Rename Github Actions workflow (#3238)

This commit is contained in:
Ry Dahl 2019-10-29 17:07:15 -04:00 committed by GitHub
parent 49e04fb240
commit 14713adca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: build
name: ci
on: [push, pull_request]

View File

@ -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.