Skip to content

Commit 9f0f678

Browse files
authored
Run unittests on changed python files and PR's
Signed-off-by: Tim van Katwijk <timvankatwijk@hotmail.com>
1 parent 740d2c8 commit 9f0f678

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.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)