Also trigger dispatchWebsiteUpdate when release is edited
This commit is contained in:
2
.github/workflows/dispatchWebsiteUpdate.yaml
vendored
2
.github/workflows/dispatchWebsiteUpdate.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user