Skip to content

Commit d0b29bd

Browse files
committed
fix: Add paths-ignore for markdown and docs in workflow
1 parent b0f5150 commit d0b29bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: dotnet
33
on:
44
push:
55
branches: [ master ]
6+
paths-ignore:
7+
- "**/*.md"
8+
- "docs/**"
69
pull_request:
710
branches: [ master ]
11+
paths-ignore:
12+
- "**/*.md"
13+
- "docs/**"
814

915
concurrency:
1016
group: dotnet-${{ github.ref }}-1

0 commit comments

Comments
 (0)