From af375b8f1c4c464d7bd52f2c16b79386d8ea6426 Mon Sep 17 00:00:00 2001 From: Peter Kogo <7165378+peterkogo@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:51:55 +0200 Subject: [PATCH] Also trigger dispatchWebsiteUpdate when release is edited --- .github/workflows/dispatchWebsiteUpdate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatchWebsiteUpdate.yaml b/.github/workflows/dispatchWebsiteUpdate.yaml index 6acc97ac..b769e571 100644 --- a/.github/workflows/dispatchWebsiteUpdate.yaml +++ b/.github/workflows/dispatchWebsiteUpdate.yaml @@ -3,7 +3,7 @@ run-name: Dispatch Website Update for ${{ github.event.release.tag_name }} on: release: - types: [published] + types: [published, edited] jobs: dispatch_website_update: