Skip to content

Commit

Permalink
feat(ci): do pypi test push on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Jan 3, 2024
1 parent 7d14170 commit eb68b0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '*'
tags:
- '*'
pull_request:
types: [opened, synchronize]
jobs:
PyPIPoetryPublish:
name: PyPI Poetry Publish
Expand Down

0 comments on commit eb68b0a

Please sign in to comment.