Skip to content

Commit

Permalink
chore: updated to reflect other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Oct 30, 2024
1 parent 5505a1d commit 6a911f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Java CI - Build Release
on:
push:
tags:
- 'v*'
- 'v[0-9]+\.[0-9]+\.[0-9]+'
- 'v[0-9]+\.[0-9]+\.[0-9]+-[a-z]+'
- 'v[0-9]+\.[0-9]+\.[0-9]+-[a-z]+\.[0-9]+'

jobs:
build:
Expand Down

0 comments on commit 6a911f5

Please sign in to comment.