Skip to content

Commit a2f3da0

Browse files
committed
Run tests on all commits, but not on docs changes
1 parent c1ba6f8 commit a2f3da0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unittests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ permissions:
55

66
on:
77
push:
8-
branches:
9-
- main
8+
paths-ignore:
9+
- 'doc/**'
1010
pull_request:
11+
paths-ignore:
12+
- 'doc/**'
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)