Skip to content

Commit 450f29d

Browse files
committed
Skip CI run for any change that only contains changes in markdown file
1 parent bfc4580 commit 450f29d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Pull request
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
paths-ignore:
7+
- '**.md'
68

79
jobs:
810
tests:

0 commit comments

Comments
 (0)