Skip to content

Commit

Permalink
Update workflows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Mar 28, 2024
1 parent 0896ff4 commit 084c5ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Python package

on: [push]
on:
push:
pull_request:
types: [opened, reopened]
jobs:
pytest:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 084c5ab

Please sign in to comment.