Skip to content

Commit

Permalink
Added pull requests as trigger for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjosegarciaripoll committed Nov 1, 2023
1 parent 46c4e51 commit 18cf020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Python package

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -25,4 +25,4 @@ jobs:
flake8 seemps --count --exit-zero --max-complexity=10 --max-line-length=150 --ignore E741,E203,C901 --statistics
- name: Test with pytest
run: |
python -m unittest -v tests
python -m unittest -v tests

0 comments on commit 18cf020

Please sign in to comment.