Skip to content

Commit

Permalink
Fix CI build status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Mar 26, 2024
1 parent 6a980e7 commit 6df53f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Build

on:
push:
pull_request:

concurrency:
group: pages
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[RDT Editor](https://rdt.xingrz.me) [![Auto deploy](https://github.com/xingrz/rdt-editor/actions/workflows/deploy.yml/badge.svg)](https://github.com/xingrz/rdt-editor/actions/workflows/deploy.yml)
[RDT Editor](https://rdt.xingrz.me) [![Build](https://github.com/xingrz/rdt-editor/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/xingrz/rdt-editor/actions/workflows/build.yml)
==========

[![license][license-img]][license-url] [![issues][issues-img]][issues-url] [![commits][commits-img]][commits-url]
Expand Down

0 comments on commit 6df53f8

Please sign in to comment.