Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GT-ZhangAcer authored Jul 3, 2021
1 parent c427729 commit f9151b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ name: Upload Python Package
on:
release:
types: [published]
watch:
types: started

jobs:
deploy:

runs-on: ubuntu-latest
if: github.event.repository.owner.id == github.event.sender.id

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f9151b5

Please sign in to comment.