Skip to content

Commit

Permalink
housekeeping: Clean up status badges. (#423)
Browse files Browse the repository at this point in the history
* housekeeping: Clean up status badges.

* Update ci-build.yml

* Update ci-build.yml
  • Loading branch information
glennawatson committed Oct 6, 2020
1 parent 2bc6f48 commit b603fda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
types: [opened, synchronize, reopened, closed]
branches: [ main ]

env:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
id: cache
with:
path: '~/.nuget/packages'
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
key: cache-${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}

- name: NuGet Restore
if: steps.cache.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -106,4 +107,4 @@ jobs:
tag_name: ${{ needs.build.outputs.nbgv }}
release_name: ${{ needs.build.outputs.nbgv }}
body: |
${{ steps.changelog.outputs.changelog }}
${{ steps.changelog.outputs.changelog }}
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[![Build Status](https://dev.azure.com/dotnet/ReactiveUI/_apis/build/status/DynamicData-CI)](https://dev.azure.com/dotnet/ReactiveUI/_build/latest?definitionId=92) [![Code Coverage](https://codecov.io/gh/reactiveui/DynamicData/branch/master/graph/badge.svg)](https://codecov.io/gh/reactiveui/DynamicData)
<a href="#backers">
<img src="https://opencollective.com/reactiveui/backers/badge.svg">
</a>
<a href="#sponsors">
<img src="https://opencollective.com/reactiveui/sponsors/badge.svg">
</a>
![Build](https://github.com/reactivemarbles/DynamicData/workflows/Build/badge.svg) [![Code Coverage](https://codecov.io/gh/reactivemarbles/DynamicData/branch/master/graph/badge.svg)](https://codecov.io/gh/reactivemarbles/DynamicData)
<a href="https://reactiveui.net/slack">
<img src="https://img.shields.io/badge/chat-slack-blue.svg">
</a>
Expand Down

0 comments on commit b603fda

Please sign in to comment.