Update deploy-release.yml

This commit is contained in:
Lukas Gravley 2022-03-25 10:04:38 -05:00 committed by GitHub
parent b70e0b55d0
commit 9bf6767260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ name: Deploy Release
on: on:
# Start when a release is published # Start when a release is published
release: release:
types: [published] types: [published, edited]
############### ###############
# Set the Job # # Set the Job #