Skip to content

Commit

Permalink
changes in dispath
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Jan 7, 2025
1 parent 60621ca commit 526e32f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ permissions:
on:
push:
tags:
- "v[0-9].*"
- "v(2.4|3.0)_[0-9]+.[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
tag:
description: 'Tag'
required: true
default: 'refs/tags/v0.0.0'
upload_to_maven:
description: 'Upload to Maven'
upload_to_azure:
description: 'Upload to Azure storage'
required: false
default: false
github_release:
Expand Down

0 comments on commit 526e32f

Please sign in to comment.