Skip to content

Commit ec29410

Browse files
authored
ci: prevent changes to markdown files to execute the full test suite (#5745)
Signed-off-by: Konstantinos <[email protected]>
1 parent db60ca9 commit ec29410

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
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
paths-ignore:
7+
- '**/*.md'
68
pull_request:
79
branches:
810
- master

0 commit comments

Comments
 (0)