Skip to content

Commit

Permalink
ci: release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Feb 22, 2024
1 parent fa1de57 commit d62ee22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on: workflow_dispatch
on:
push:
tags:
- "v*"

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit d62ee22

Please sign in to comment.