From aed1151ea6f2c495eb941bcb0c6abd126cd310d6 Mon Sep 17 00:00:00 2001 From: younglim Date: Thu, 13 Apr 2023 12:05:59 +0800 Subject: [PATCH] Change trigger to published release tag only --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index cddb6e68..88d655f5 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -3,7 +3,7 @@ name: Push installation image on: workflow_dispatch: release: - types: [published, created, edited] + types: [published] jobs: windows-install-purple: