Skip to content

Commit 094db92

Browse files
committed
.gitea: trigger PPA upload on tag
1 parent 3941fe0 commit 094db92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitea/workflows/release-ppa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on:
22
schedule:
33
- cron: '0 16 * * *'
44
push:
5-
branches:
6-
- "release/*"
5+
tags:
6+
- "v*"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)