.gitea: run release build on tag push (#31924)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
Felix Lange 2025-05-28 23:19:13 +02:00 committed by GitHub
parent 3524499d55
commit e9e4e8b05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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