Skip to content

Commit

Permalink
update CI to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Apr 19, 2024
1 parent 1b9987c commit e0d8332
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- 'LICENSE'
- '.gitignore'

pull_request:
types: [opened, synchronize, reopened, edited, review_requested] # run tests on all PRs

jobs:
build:

Expand Down

0 comments on commit e0d8332

Please sign in to comment.