Skip to content

Commit e3eb25d

Browse files
committed
Skip tests when only docs changes present
1 parent c1b74df commit e3eb25d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
branches:
77
- main
8+
paths-ignore:
9+
- 'docs/**'
10+
- '*.md'
811
workflow_dispatch: {}
912

1013
jobs:

0 commit comments

Comments
 (0)