Chore: Enhance Github Pages Rebuild Trigger with other release types

... to make sure the list on the website is always up to date, without manual interaction.
This commit is contained in:
jklingen 2025-07-17 17:40:11 +02:00 committed by GitHub
commit ca773e1111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ name: Update GitHub Pages
on: on:
workflow_dispatch: workflow_dispatch:
release: release:
types: [published] types: [published, unpublished, created, edited, deleted, prereleased, released]
jobs: jobs:
update-gh-pages: update-gh-pages: