From 5e0e10b866e78d01071cb4be81fbb7069b719dd4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 20 Apr 2024 14:52:16 +0300 Subject: [PATCH] chore: run on tags, update readme on releases --- .github/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fb4531f..1f40a4c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build +name: Build and release on: workflow_dispatch: @@ -9,6 +9,8 @@ on: - ".editorconfig" - "deployment.yaml" - "renovate.json" + tags: + - "*" concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.ref }} @@ -101,6 +103,7 @@ jobs: docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} update_description: + if: ${{ startsWith(github.ref, 'refs/tags/') }} runs-on: ubuntu-latest continue-on-error: true needs: