mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
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:
parent
2121547387
commit
dbfdfe9a05
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-gh-pages.yml
vendored
2
.github/workflows/update-gh-pages.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue