Skip to content

Commit 043399a

Browse files
committed
update pipelines
1 parent 40d0d03 commit 043399a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/release-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Release Chart
22

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "v*"
77

88
jobs:
99
release:

.github/workflows/test-chart.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4
20-
with:
21-
fetch-depth: 0
2220

2321
- name: Configure Git
2422
run: |
25-
git config user.name "$GITHUB_ACTOR"
26-
git config user.email "[email protected].github.com"
23+
git config user.name blobbot-helm
24+
git config user.email blobbot-helm@github.com
2725
2826
- name: Test
2927
run: make chart-test

0 commit comments

Comments
 (0)