Skip to content

Commit

Permalink
Changed publish-python-package.yml to include only release branches. (
Browse files Browse the repository at this point in the history
#965)

* Changed release option to only release branches named \'release/<version-tag>\'.

* Reverted types
  • Loading branch information
clee1152 authored Jul 24, 2023
1 parent 92346a3 commit acb9c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Publish Python Package
on:
release:
types: [created]
branches:
- 'release/*'

jobs:
deploy:
Expand Down

0 comments on commit acb9c5e

Please sign in to comment.