.gitea: run release build on tag push

This commit is contained in:
Felix Lange 2025-05-28 23:18:18 +02:00
parent 3524499d55
commit cf07a0168f

View file

@ -2,7 +2,8 @@ on:
push:
branches:
- "master"
- "release/*"
tags:
- "v*"
jobs:
linux-intel: