Skip to content

Commit

Permalink
Add check for pypi build when pushing to main
Browse files Browse the repository at this point in the history
  • Loading branch information
lpilz committed Oct 11, 2024
1 parent 35d1b0f commit 707aaba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
types:
- published
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build-artifacts:
Expand Down

0 comments on commit 707aaba

Please sign in to comment.