Skip to content

Commit

Permalink
chore: fix website workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Nov 20, 2024
1 parent 6564635 commit d9dfda1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Update website
on: [release]
on:
release:
types: [published]
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit d9dfda1

Please sign in to comment.