diff --git a/.github/workflows/quality_checks.yaml b/.github/workflows/quality_checks.yaml index 5e1159aa..2f0e309a 100644 --- a/.github/workflows/quality_checks.yaml +++ b/.github/workflows/quality_checks.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - 7.0 jobs: linting: @@ -41,4 +42,4 @@ jobs: - name: Install dependencies run: python -m pip install tox - name: Run unit tests - run: tox -vve unit \ No newline at end of file + run: tox -vve unit