Update to add clarity to on: section
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user