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: