Skip to content

Commit

Permalink
Add release tag pattern for hotfix releases
Browse files Browse the repository at this point in the history
The joys.
  • Loading branch information
imsodin committed Jul 17, 2023
1 parent cc3ab80 commit 9da34e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# Cannot filter on both branches (release) and tags - it's ORed
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc\.[0-9]+\.[0-9]+'

Expand Down

0 comments on commit 9da34e6

Please sign in to comment.