ci: include only server

This prevent the tests to run when readme is changed.
This commit is contained in:
2023-11-01 15:08:59 +01:00
committed by Mathieu Virbel
parent 86f4de7958
commit a5b9e75e21

View File

@@ -2,11 +2,11 @@ name: Unittests
on:
pull_request:
paths-ignore:
- 'www/**'
paths:
- 'server/'
push:
paths-ignore:
- 'www/**'
paths:
- 'server/'
jobs:
pytest: