Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodicaprio authored Feb 18, 2024
1 parent 02d91f5 commit cb9d82f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ concurrency:
cancel-in-progress: true

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

env:
Expand Down

0 comments on commit cb9d82f

Please sign in to comment.