Skip to content

Commit

Permalink
Run deploy on release publish, not release creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Jul 8, 2021
1 parent fe1265b commit c07d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
release:
types: [created]
types: [published]

jobs:
lint-python:
Expand Down

0 comments on commit c07d68c

Please sign in to comment.