mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
ci: include only server
This prevent the tests to run when readme is changed.
This commit is contained in:
8
.github/workflows/test_server.yml
vendored
8
.github/workflows/test_server.yml
vendored
@@ -2,11 +2,11 @@ name: Unittests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'www/**'
|
||||
paths:
|
||||
- 'server/'
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'www/**'
|
||||
paths:
|
||||
- 'server/'
|
||||
|
||||
jobs:
|
||||
pytest:
|
||||
|
||||
Reference in New Issue
Block a user