Update to add clarity to on: section

This commit is contained in:
Joe Rickerby
2020-06-10 13:18:22 +01:00
committed by GitHub
parent 57e6f0f56d
commit 58fc418563
+4 -1
View File
@@ -1,8 +1,11 @@
name: Build and upload to PyPI name: Build and upload to PyPI
# Build on every branch push, tag push, and pull request change:
on: [push, pull_request] on: [push, pull_request]
# alternatively, to publish when a (published) GitHub Release is created, use the following: # Alternatively, to publish when a (published) GitHub Release is created, use the following:
# on: # on:
# push:
# pull_request:
# release: # release:
# types: # types:
# - published # - published