Skip to content

Commit 1b12fd6

Browse files
committed
Do not run CI for changes to markdown files
1 parent 7ad91bf commit 1b12fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- "master"
77
pull_request:
8+
paths-ignore:
9+
- '**.md'
810

911
# Cancel previous PR builds.
1012
concurrency:

0 commit comments

Comments
 (0)