We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3941fe0 commit 094db92Copy full SHA for 094db92
.gitea/workflows/release-ppa.yml
@@ -2,8 +2,8 @@ on:
2
schedule:
3
- cron: '0 16 * * *'
4
push:
5
- branches:
6
- - "release/*"
+ tags:
+ - "v*"
7
workflow_dispatch:
8
9
jobs:
0 commit comments