Skip to content

Commit

Permalink
! dev pypi build on every commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Rubashev committed Jul 23, 2024
1 parent 5befd40 commit 74900f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-dev-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: DEV Package and TestPyPi Upload
on:
workflow_dispatch:

push:
branches:
- '**'
pull_request:
branches:
- '**'


concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
Expand Down

0 comments on commit 74900f1

Please sign in to comment.