forked from mirrors/thatmattlove-hyperglass
only run pypi release job on release > published
This commit is contained in:
parent
f309695d75
commit
e9fb2eb4bf
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release-pypi.yml
vendored
4
.github/workflows/release-pypi.yml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
name: Release to PyPI
|
||||
on: [release]
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue