Skip to content

Commit

Permalink
Rename Github Actions workflow (denoland#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored Oct 29, 2019
1 parent 49e04fb commit 14713ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: ci

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14713ad

Please sign in to comment.