Skip to content

Commit

Permalink
fix: attempt to run CI tests on pull-request events too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Feb 6, 2025
1 parent fc7971c commit c9db264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox-pytest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: tox-pytest

on: push
on:
push:
pull_request:

jobs:
ci-test:
Expand Down

0 comments on commit c9db264

Please sign in to comment.