Skip to content

Commit

Permalink
github: fix tags filter for release wflow (#797)
Browse files Browse the repository at this point in the history
Signed-off-by: Ciro S. Costa <ciroscosta@vmware.com>
  • Loading branch information
Ciro S. Costa committed Apr 7, 2022
1 parent 68b5b4b commit f14077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -17,7 +17,7 @@ name: release
on:
push:
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+(-build\.[0-9]+)?'
- 'v[0-9]+\.[0-9]+\.[0-9]+-?**'

jobs:
validate:
Expand Down

0 comments on commit f14077b

Please sign in to comment.