1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-03 21:26:30 +00:00

only run pypi release job on release > published

This commit is contained in:
checktheroads 2021-01-02 17:09:58 -07:00
parent f309695d75
commit e9fb2eb4bf

View file

@ -1,5 +1,7 @@
name: Release to PyPI
on: [release]
on:
release:
types: [published]
jobs:
ci: