.gitea: trigger PPA upload on tag

This commit is contained in:
Felix Lange 2025-06-26 21:29:59 +02:00
parent 3941fe0a5f
commit 094db92d68

View file

@ -2,8 +2,8 @@ on:
schedule:
- cron: '0 16 * * *'
push:
branches:
- "release/*"
tags:
- "v*"
workflow_dispatch:
jobs: