Skip to content

Commit

Permalink
ci: support patch named version tag syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 4, 2024
1 parent d7564d4 commit 8b8f8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- 'happ-v[0-9]+.[0-9]+.[0-9]+'
- 'happ-v[0-9]+.[0-9]+.[0-9]+-[a-z-]+.[0-9]+'
branches:
- develop-0.3

Expand Down

0 comments on commit 8b8f8ed

Please sign in to comment.