Skip to content

Commit

Permalink
fix: update pattern of CI trigger tags
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI committed Nov 27, 2023
1 parent 3817dbb commit 6f80980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: release helm charts
on:
push:
tags:
- 'v*[0-9].*[0-9].*[0-9]*'
- 'chart-*[0-9].*[0-9].*[0-9]*'

env:
GO_VERSION: "1.20"
- '2.[0-9]+.[0-9]+'
- 'chart-2.[0-9]+.[0-9]+'

jobs:
release-chart:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release images
on:
push:
tags:
- 'v*[0-9].*[0-9].*[0-9]*'
- '2.[0-9]+.[0-9]+'

jobs:
release-images:
Expand Down

0 comments on commit 6f80980

Please sign in to comment.