Skip to content

Commit

Permalink
github: omit non-release tags
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz authored and klihub committed Apr 4, 2024
1 parent 80a4b86 commit 064cf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Package Helm charts
on:
push:
tags:
- "v*.*.*"
- v[0-9]+.[0-9]+.[0-9]+
branches:
- main
- release-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- release-*
tags:
- v*
- v[0-9]+.[0-9]+.[0-9]+

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 064cf5e

Please sign in to comment.