Skip to content

Commit 4386900

Browse files
authored
ci: exclude changes in markdown from triggering the whole ci pipeline (#2226)
Signed-off-by: Konstantinos <[email protected]>
1 parent 20a293b commit 4386900

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

0 commit comments

Comments
 (0)