Skip to content

Commit

Permalink
github action: allow v0.0.9 tags
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Aug 25, 2023
1 parent e3b5746 commit aa7711f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
tags:
- "[0-9].[0-9]+.[0-9]+"
- "v[0-9].[0-9]+.[0-9]+"
pull_request:
branches:
- main
Expand Down

0 comments on commit aa7711f

Please sign in to comment.