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 dbfdfe9a05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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