Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vchernoy authored Dec 7, 2023
1 parent 07b4e5f commit 2fb1c01
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ name: Upload Python Package

on:
release:
types: [published]
types:
- published
push:
branches: [ "master" ]
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 2fb1c01

Please sign in to comment.