Skip to content

Commit 11a990c

Browse files
committed
Run unittests on changed python files and PR's
Signed-off-by: Tim van Katwijk <[email protected]>
1 parent 1d09f49 commit 11a990c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/unittests.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@ name: Unittests
22

33
on:
44
pull_request:
5-
5+
branches:
6+
- master
7+
- release_*
8+
paths:
9+
- '**.py'
610
push:
711
branches:
812
- master
913
- release_*
10-
14+
paths:
15+
- '**.py'
16+
1117
jobs:
1218
test:
1319
name: Python ${{ matrix.os.python }} tests on ${{ matrix.os.name }}-${{ matrix.os.version }}

0 commit comments

Comments
 (0)