ci: Update website on release publish event

This commit is contained in:
Matt Borgerson 2023-01-16 16:58:09 -07:00 committed by mborgerson
parent 70099808b1
commit fd1fcc32c2
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: Trigger website update
on:
release:
types: [published]
jobs:
trigger-website-update:
name: Trigger website update
runs-on: ubuntu-latest
steps:
- uses: benc-uk/workflow-dispatch@v1.2.2
with:
workflow: build.yml
repo: xemu-project/xemu-website
token: ${{ secrets.XEMU_WEBSITE_TOKEN }}
ref: master