From 915d20aac006ab17d74b479b8ec60943fddcfe75 Mon Sep 17 00:00:00 2001 From: Axetroy Date: Tue, 15 Oct 2019 11:19:29 +0800 Subject: [PATCH] update readme --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- README.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c640369..7b047a89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ on: pull_request -name: Build +name: pr jobs: deploy: name: Build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1cf6eeed..669a8468 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ on: push: branches: - "master" -name: Deploy to website +name: build jobs: deploy: name: Deploy diff --git a/README.md b/README.md index 97f0dc67..90e0018d 100644 --- a/README.md +++ b/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)