From 043399acb8b1158aa0d8f43981962b5745245099 Mon Sep 17 00:00:00 2001 From: Charlie Haley Date: Wed, 24 Apr 2024 20:22:31 +0100 Subject: [PATCH] update pipelines --- .github/workflows/release-chart.yaml | 4 ++-- .github/workflows/test-chart.yaml | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 19e41d0..ee8fb62 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -2,8 +2,8 @@ name: Release Chart on: push: - branches: - - main + tags: + - "v*" jobs: release: diff --git a/.github/workflows/test-chart.yaml b/.github/workflows/test-chart.yaml index 736b1e8..da4e793 100644 --- a/.github/workflows/test-chart.yaml +++ b/.github/workflows/test-chart.yaml @@ -17,13 +17,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Configure Git run: | - git config user.name "$GITHUB_ACTOR" - git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config user.name blobbot-helm + git config user.email blobbot-helm@github.com - name: Test run: make chart-test