CI: fix (deduplicate) release event

This commit is contained in:
jirka 2021-05-06 14:42:40 +02:00
Родитель 05c45a5565
Коммит 253dfbc443
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/release-pypi.yml поставляемый
Просмотреть файл

@ -5,7 +5,7 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
push:
branches: [master, "release/*"]
release:
types: [created, published]
types: [published]
jobs: