Skip to content

Commit

Permalink
Merge pull request #22 from nattvara/fix-tag-format
Browse files Browse the repository at this point in the history
Fix workflows triggering on bad formats
  • Loading branch information
nattvara authored Mar 5, 2023
2 parents 4cfe27a + cee5fb3 commit eb3c9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
tags:
- v*.*
# Tags must be on the format vx.x.x, eg. v1.2.0
- v*.*.*

env:
Expand Down

0 comments on commit eb3c9ab

Please sign in to comment.