Skip to content

Commit

Permalink
fix api check path
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Apr 3, 2024
1 parent 09ba1ee commit d34e0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qc_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- '**/migrations/**'
- '.github/workflows**'
api:
- 'InvenTree/InvenTree/api_version.py'
- 'src/backend/InvenTree/InvenTree/api_version.py'
frontend:
- 'src/frontend/**'
Expand Down

0 comments on commit d34e0d3

Please sign in to comment.