From b70c22a98fd78659dc25b54e264fdb1dea3e5dc9 Mon Sep 17 00:00:00 2001 From: Ronny Vedrilla Date: Wed, 11 Sep 2024 15:29:29 +0200 Subject: [PATCH] Added GitHub action trigger for PRs --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6771783..11f72d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: Unit tests on: push: branches: [ '**' ] + pull_request: jobs: linting: @@ -20,7 +21,7 @@ jobs: - name: Run pre-commit hooks run: pre-commit run --all-files --hook-stage push - + tests: name: Python ${{ matrix.python-version }}, django ${{ matrix.django-version }}