Skip to content

Commit

Permalink
! workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Rubashev committed Jul 23, 2024
1 parent 6feeb42 commit 87b0fd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-dev-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: DEV Package and TestPyPi Upload

on:
workflow_dispatch:
push:
tags:
- v*
branches:
- develop

# push:
# branches:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Package and PyPi Upload

on:
workflow_dispatch:
push:
tags:
- v*
branches:
- master

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit 87b0fd2

Please sign in to comment.