Skip to content

Commit 95df3a3

Browse files
committed
Updated documentation
1 parent 54f6a7d commit 95df3a3

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
name: Build and Test
22

33
on:
4-
push:
5-
branches: [ master ]
64
pull_request:
75
branches: [ master ]
6+
paths:
7+
- '**'
8+
- '!**.md'
9+
- '!docs/**'
10+
- '!.github/**'
11+
- '.github/workflows/**'
12+
push:
13+
branches: [ master ]
14+
paths:
15+
- '**'
16+
- '!**.md'
17+
- '!docs/**'
18+
- '!.github/**'
19+
- '.github/workflows/**'
820

921
jobs:
1022
build-and-test:

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
[![Latest version](https://img.shields.io/nuget/v/Serilog.Sinks.RichTextBox.WinForms.Colored.svg)](https://www.nuget.org/packages/Serilog.Sinks.RichTextBox.WinForms.Colored)
66
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

8-
A [Serilog](https://github.com/serilog/serilog) sink that writes log events to
9-
a [WinForms RichTextBox](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/richtextbox-control-overview-windows-forms)
10-
with support for coloring and custom themes.
8+
A [Serilog](https://github.com/serilog/serilog) sink that writes log events to a [WinForms RichTextBox](https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/richtextbox-control-overview-windows-forms) with support for coloring and custom themes.
119

12-
![Screenshot of Serilog.Sinks.RichTextBox.WinForms.Colored in action](https://raw.githubusercontent.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored/main/screenshot.png)
10+
![Screenshot of Serilog.Sinks.RichTextBox.WinForms.Colored in action](https://raw.githubusercontent.com/vonhoff/Serilog.Sinks.RichTextBox.WinForms.Colored/master/screenshot.png)
1311

1412
## Features
1513

0 commit comments

Comments
 (0)