Skip to content

Commit

Permalink
fix(release): build and publish Website on release, not push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Apr 7, 2024
1 parent ec6a62b commit 67f7133
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
name: "Build and Deploy Website"

on:
push:
branches:
- "main"

workflow_dispatch:
release:
types:
- "published"

permissions:
contents: "read"
Expand Down

0 comments on commit 67f7133

Please sign in to comment.