Skip to content

Commit

Permalink
fix(Django): update CI test config. ref #402
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Aug 28, 2024
1 parent 7302a0e commit 5edf691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Open Prices unit and integration tests

on:
push:
paths:
- "**/app/**"
paths: # Django code
- "config/**"
- "open_prices/**"
- "pyproject.toml"
- "poetry.lock"
- "tests/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 5edf691

Please sign in to comment.