Skip to content

Commit

Permalink
run CI on push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 authored Jul 15, 2024
1 parent 25b6c84 commit b91cc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yaml
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 Down Expand Up @@ -29,4 +29,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
run: |
python -m unittest discover -s test
python -m unittest discover -s test

0 comments on commit b91cc95

Please sign in to comment.