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 e25888d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
name: Python package

on: [ push ]
on:
push:
branches:
- 'main'
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 e25888d

Please sign in to comment.