Skip to content

Commit

Permalink
Do not perform release on v* tags (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Dec 11, 2024
1 parent 5a669bf commit 5addb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-perform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Quarkiverse Perform Release
run-name: Perform ${{github.event.inputs.tag || github.ref_name}} Release
on:
push:
tags:
- '*'
tags-ignore:
- 'v*'
workflow_dispatch:
inputs:
tag:
Expand Down

0 comments on commit 5addb43

Please sign in to comment.