We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d0d03 commit 043399aCopy full SHA for 043399a
.github/workflows/release-chart.yaml
@@ -2,8 +2,8 @@ name: Release Chart
2
3
on:
4
push:
5
- branches:
6
- - main
+ tags:
+ - "v*"
7
8
jobs:
9
release:
.github/workflows/test-chart.yaml
@@ -17,13 +17,11 @@ jobs:
17
steps:
18
- name: Checkout
19
uses: actions/checkout@v4
20
- with:
21
- fetch-depth: 0
22
23
- name: Configure Git
24
run: |
25
- git config user.name "$GITHUB_ACTOR"
26
- git config user.email "[email protected].github.com"
+ git config user.name blobbot-helm
+ git config user.email blobbot-helm@github.com
27
28
- name: Test
29
run: make chart-test
0 commit comments