Skip to content

Commit ecb53be

Browse files
committed
Do not run CI for changes to markdown files
1 parent 497eb5e commit ecb53be

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)