chore: allow manual update of website

This commit is contained in:
Thomas Nordquist
2024-05-15 07:16:01 +02:00
parent 5feb6e99a3
commit 422908b7c8
+2 -1
View File
@@ -1,9 +1,10 @@
name: Update Website
on: release
on: [release, workflow_dispatch]
jobs:
update-website:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4