chore: CI workflows centralized to superproject .gitea/

This commit is contained in:
datadunia
2026-05-30 03:20:50 +07:00
parent 65c40a4d51
commit 50b9684d16
6 changed files with 227 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Release
on:
push:
tags:
- 'v[0-9]*.[0-9]*.[0-9]'
jobs:
deploy:
if: "!contains(gitea.ref_name, 'beta') && !contains(gitea.ref_name, 'test')"
uses: ./.gitea/workflows/deploy_call.yaml
with:
prerelease: false
secrets: inherit