Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 15, 2019
1 parent c583ba9 commit 915d20a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
@@ -1,5 +1,5 @@
on: pull_request
name: Build
name: pr
jobs:
deploy:
name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -2,7 +2,7 @@ on:
push:
branches:
- "master"
name: Deploy to website
name: build
jobs:
deploy:
name: Deploy
Expand Down
3 changes: 1 addition & 2 deletions README.md
@@ -1,6 +1,5 @@
[![Build Status](https://travis-ci.org/axetroy/blog.svg?branch=master)](https://travis-ci.org/axetroy/blog)
[![Deploy Status](https://github.com/axetroy/blog/workflows/deploy/badge.svg)](https://github.com/axetroy/blog/actions)
[![Build Status](https://github.com/axetroy/blog/workflows/build/badge.svg)](https://github.com/axetroy/blog/actions)
[![Deploy Status](https://github.com/axetroy/blog/workflows/build/badge.svg)](https://github.com/axetroy/blog/actions)
![License](https://img.shields.io/badge/license-MIT-green.svg)
[![Prettier](https://img.shields.io/badge/Code%20Style-Prettier-green.svg)](https://github.com/prettier/prettier)
![Node](https://img.shields.io/badge/node-%3E=6.0-blue.svg?style=flat-square)
Expand Down

0 comments on commit 915d20a

Please sign in to comment.