Skip to content

Commit

Permalink
ci: Automatically run release pipeline when github draft release is r…
Browse files Browse the repository at this point in the history
…eleased

This releases the release artifacts and deploys the documentation.
  • Loading branch information
zgtm committed Dec 18, 2024
1 parent 76f061a commit 11b4285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Release

on:
workflow_dispatch:
release:
types: [released]


jobs:

Expand Down

0 comments on commit 11b4285

Please sign in to comment.