From 9bf6767260e96d3fd149c8f3689b423b1ae7c0e7 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Fri, 25 Mar 2022 10:04:38 -0500 Subject: [PATCH] Update deploy-release.yml --- .github/workflows/deploy-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 0924dd17..21b4e46a 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -16,7 +16,7 @@ name: Deploy Release on: # Start when a release is published release: - types: [published] + types: [published, edited] ############### # Set the Job #