Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 0926282

Browse files
committed
fix: chart-releaser-action must run on main
1 parent 66cadfd commit 0926282

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Helm Charts
22
on:
33
push:
4-
tags:
5-
- '*'
4+
branches:
5+
- main
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)