Skip to content

Commit 30c2a48

Browse files
authored
ci: skip ci tests for commits that change only markdown files (#291)
Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
1 parent 05576cd commit 30c2a48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test Package
33
on:
44
push:
55
branches: [ master ]
6+
paths-ignore:
7+
- '**/*.md'
68
pull_request:
79
branches: [ master ]
810

0 commit comments

Comments
 (0)