Skip to content

Commit 44c8e8f

Browse files
authored
Chore: Ignore docs when testing
Signed-off-by: Craig Jellick <[email protected]>
1 parent e0e5afa commit 44c8e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ on:
33
push:
44
branches:
55
- main
6+
paths-ignore:
7+
- docs/**
68
pull_request:
79
branches:
810
- main
11+
paths-ignore:
12+
- docs/**
913

1014
jobs:
1115
test:

0 commit comments

Comments
 (0)