From b8b839778c3913574aee0ea8b6d33bab2c9dbb60 Mon Sep 17 00:00:00 2001 From: Darius klein Date: Sat, 4 Apr 2026 13:18:29 +0200 Subject: [PATCH] ci: trigger pipeline on manual release publication Co-authored-by: Junie --- .github/workflows/Deploy-docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Deploy-docker.yml b/.github/workflows/Deploy-docker.yml index efa28dc..9c833f7 100644 --- a/.github/workflows/Deploy-docker.yml +++ b/.github/workflows/Deploy-docker.yml @@ -6,6 +6,8 @@ on: tags: [ "v*" ] pull_request: branches: [ "main" ] + release: + types: [ "published" ] jobs: @@ -36,7 +38,7 @@ jobs: run: docker push gitea.kleinsense.nl/dariusklein/klein_todo:latest - name: Create Release and Upload Binaries - if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'release' uses: https://gitea.com/actions/gitea-release-action@v1 with: files: |-