From 8503971e6823f458d39f728a587c865e547b595b Mon Sep 17 00:00:00 2001 From: Charlie Birks Date: Mon, 21 Mar 2022 16:26:06 +0000 Subject: [PATCH] Run release actions on publish This allows draft releases to work --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ebabc1..bbf3379 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: - '**' # only run on branches pull_request: release: - types: [created] + types: [published] env: BUILD_TYPE: Release