From e01ae3417ba398f9cfd26de39f83cdf98dcd9dc6 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 16 Jun 2020 11:48:24 +0100 Subject: [PATCH] Change the deploy workflow so it is triggered on the release event --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 34e3b540a..6d4450f1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: Upload Python Package on: release: - types: [created] + types: [released] jobs: deploy: