ci: trigger pipeline on manual release publication
All checks were successful
build and deploy kleinTodo / build (push) Successful in 38s
build and deploy kleinTodo / build (release) Successful in 31s

Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
Darius klein 2026-04-04 13:18:29 +02:00
parent 483819e423
commit b8b839778c

View File

@ -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: |-