.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: schedule:
- cron: '0 16 * * *' - cron: '0 16 * * *'
push: push:
branches: tags:
- "release/*" - "v*"
workflow_dispatch: workflow_dispatch:
jobs: jobs: