Skip to content

Commit

Permalink
Change the deploy workflow so it is triggered on the release event (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jun 16, 2020
1 parent 2d69cb6 commit f08d895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -2,7 +2,7 @@ name: Upload Python Package

on:
release:
types: [created]
types: [released]

jobs:
deploy:
Expand Down

0 comments on commit f08d895

Please sign in to comment.