Skip to content

Commit e06de42

Browse files
updates run-tests workflow to ignore /docs path, so it will not be triggered when only documentation changed.
1 parent 87f89f7 commit e06de42

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ on:
55
branches-ignore: [main] # handled by snapshots...
66
tags-ignore:
77
- "v*.*.*" # handled by release.yml
8+
paths-ignore:
9+
- "docs/**"
810
pull_request:
11+
paths-ignore:
12+
- "docs/**"
913
workflow_call:
1014

1115
jobs:

0 commit comments

Comments
 (0)