2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Merge branch 'master' of https://github.com/inventree/InvenTree into cov-use-xml

This commit is contained in:
Matthias Mair
2024-04-04 01:49:38 +02:00
17 changed files with 317 additions and 13 deletions

View File

@ -48,8 +48,9 @@ jobs:
migrations:
- '**/migrations/**'
- '.github/workflows**'
- 'src/backend/requirements.txt'
api:
- 'InvenTree/InvenTree/api_version.py'
- 'src/backend/InvenTree/InvenTree/api_version.py'
frontend:
- 'src/frontend/**'