Browse Source

ci: skip ci tests for commits that change only markdown files

Signed-off-by: Konstantinos <konstantinos.kitsios@uzh.ch>
pull/149/head
Konstantinos 5 months ago
parent
commit
1225d37730
  1. 2
      .github/workflows/Test.yml

2
.github/workflows/Test.yml

@ -7,6 +7,8 @@ on:
- 'release-' - 'release-'
tags: tags:
- '*' - '*'
paths-ignore:
- '**/*.md'
pull_request: pull_request:
jobs: jobs:

Loading…
Cancel
Save