Skip to content

Commit

Permalink
Run tests on PR events
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Oct 16, 2023
1 parent 74da89e commit 7adb092
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Python package

on: [ push ]
on:
push:
pull_request:
types: [opened, synchronize, reopened]

jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7adb092

Please sign in to comment.