Skip to content

Commit

Permalink
fix(ci): trigger release on release published
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Jun 1, 2023
1 parent 6bba417 commit 0093f7e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: release

on:
push:
tags:
- "v*"
branches:
- main
release:
types: [published]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 0093f7e

Please sign in to comment.