Make deploy on published GitHub release optional in examples/github-deploy.yml

This commit is contained in:
Yannick Jadoul
2020-06-08 15:50:38 +02:00
parent bb5aac3d69
commit cc8dbbe8b3
+6 -6
View File
@@ -1,11 +1,11 @@
name: Build and upload to PyPI
on:
- push
- pull_request
- release:
types:
- published
on: [push, pull_request]
# alternatively, to publish when a (published) GitHub Release is created, use the following:
# on:
# release:
# types:
# - published
jobs:
build_wheels: