Skip to content

Commit 828c0d8

Browse files
authored
Rename build workflow (#16)
* Rename workflow
1 parent e2e5b25 commit 828c0d8

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/buildandtest.yaml renamed to .github/workflows/build-and-test.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: Pull Reqeust Check
1+
name: build-and-test
22
on:
3+
push:
4+
branches: [ main ]
5+
paths-ignore:
6+
- "**/*.md"
37
pull_request:
48
branches: [ main ]
59
paths-ignore:

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ High-performance, low-allocating JSON objects diff and patch extension for Syste
1717

1818
## Install
1919

20-
| JsonDiffPatch | xUnit Assert | MSTest v2 Assert | NUnit Assert |
21-
|------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|
22-
| [![JsonDiffPatch](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch?style=for-the-badge)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch/) | [![xUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.Xunit?style=for-the-badge)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.Xunit/) | [![MSTest v2 Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.MSTest?style=for-the-badge)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.MSTest/) | [![NUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.NUnit?style=for-the-badge)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.NUnit/) |
20+
| JsonDiffPatch | xUnit Assert | MSTest v2 Assert | NUnit Assert |
21+
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
22+
| [![JsonDiffPatch](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch/) | [![xUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.Xunit?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.Xunit/) | [![MSTest v2 Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.MSTest?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.MSTest/) | [![NUnit Assert](https://img.shields.io/nuget/vpre/SystemTextJson.JsonDiffPatch.NUnit?style=flat)](https://www.nuget.org/packages/SystemTextJson.JsonDiffPatch.NUnit/) |
2323

2424
## Usage
25+
2526
### Diff
2627

2728
```csharp

0 commit comments

Comments
 (0)