Skip to content

Commit d5ddb2d

Browse files
Add paths-ignore to skip coverage CI job on docs-only changes
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent 7587c0a commit d5ddb2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: coverage
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- 'docs/**'
57

68
workflow_dispatch:
79

0 commit comments

Comments
 (0)