Skip to content

Commit

Permalink
ci: fix release workflow to be triggered on tags
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 6, 2024
1 parent 7193ebc commit 61da5eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- master
workflow_dispatch:
tags:
- v*
workflow_dispatch:

jobs:
build_dist:
Expand Down

0 comments on commit 61da5eb

Please sign in to comment.