Skip to content

Commit

Permalink
Run unittests on changed python files and PR's
Browse files Browse the repository at this point in the history
Signed-off-by: Tim van Katwijk <[email protected]>
  • Loading branch information
tim-vk authored Nov 28, 2022
1 parent 740d2c8 commit 9f0f678
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ name: Unittests

on:
pull_request:

branches:
- master
- release_*
paths:
- '**.py'
push:
branches:
- master
- release_*

paths:
- '**.py'

jobs:
test:
name: Python ${{ matrix.os.python }} tests on ${{ matrix.os.name }}-${{ matrix.os.version }}
Expand Down

0 comments on commit 9f0f678

Please sign in to comment.