Skip to content

Commit

Permalink
Added GitHub action trigger for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Sep 11, 2024
1 parent ff60109 commit b70c22a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Unit tests
on:
push:
branches: [ '**' ]
pull_request:

jobs:
linting:
Expand All @@ -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 }}
Expand Down

0 comments on commit b70c22a

Please sign in to comment.